Skip to content

Commit 20c4bb5

Browse files
ajayparidarlubos
authored andcommitted
[nrf fromtree] 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> (cherry picked from commit 76051bb)
1 parent f14fb74 commit 20c4bb5

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
@@ -284,6 +284,19 @@ Drivers and Sensors
284284
* Added support for configuring RTS threshold. With this, users can set the RTS threshold value or
285285
disable the RTS mechanism.
286286

287+
* Added support for configuring AP parameters. With this, users can set AP parameters at
288+
build and run time.
289+
290+
* Added support to configure "max_inactivity" BSS parameter. Users can set this both build and runtime
291+
duration to control the maximum time duration after which AP may disconnect a STA due to inactivity
292+
from STA.
293+
294+
* Added support to configure "inactivity_poll" BSS parameter. Users can set build only AP parameter
295+
to control whether AP may poll the STA before throwing away STA due to inactivity.
296+
297+
* Added support to configure "max_num_sta" BSS parameter. Users can set this both build and run time
298+
parameter to control the maximum numuber of STA entries.
299+
287300
Networking
288301
**********
289302

0 commit comments

Comments
 (0)