Skip to content

Commit 76051bb

Browse files
ajayparidahenrikbrixandersen
authored andcommitted
doc: release-notes: Configure BSS specific parameter
Added support to set BSS parameter. Added support set BSS parameter maximum inactivity time. Added support set BSS parameter inactivity poll feature. Added support set BSS parameter maximum number of STA entries. Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
1 parent d4b22cd commit 76051bb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.7.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,19 @@ Drivers and Sensors
298298
* Added support for configuring RTS threshold. With this, users can set the RTS threshold value or
299299
disable the RTS mechanism.
300300

301+
* Added support for configuring AP parameters. With this, users can set AP parameters at
302+
build and run time.
303+
304+
* Added support to configure "max_inactivity" BSS parameter. Users can set this both build and runtime
305+
duration to control the maximum time duration after which AP may disconnect a STA due to inactivity
306+
from STA.
307+
308+
* Added support to configure "inactivity_poll" BSS parameter. Users can set build only AP parameter
309+
to control whether AP may poll the STA before throwing away STA due to inactivity.
310+
311+
* Added support to configure "max_num_sta" BSS parameter. Users can set this both build and run time
312+
parameter to control the maximum numuber of STA entries.
313+
301314
Networking
302315
**********
303316

0 commit comments

Comments
 (0)