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>
This commit is contained in:
parent
d4b22cd10e
commit
76051bbf03
1 changed files with 13 additions and 0 deletions
|
@ -298,6 +298,19 @@ Drivers and Sensors
|
|||
* Added support for configuring RTS threshold. With this, users can set the RTS threshold value or
|
||||
disable the RTS mechanism.
|
||||
|
||||
* Added support for configuring AP parameters. With this, users can set AP parameters at
|
||||
build and run time.
|
||||
|
||||
* Added support to configure "max_inactivity" BSS parameter. Users can set this both build and runtime
|
||||
duration to control the maximum time duration after which AP may disconnect a STA due to inactivity
|
||||
from STA.
|
||||
|
||||
* Added support to configure "inactivity_poll" BSS parameter. Users can set build only AP parameter
|
||||
to control whether AP may poll the STA before throwing away STA due to inactivity.
|
||||
|
||||
* Added support to configure "max_num_sta" BSS parameter. Users can set this both build and run time
|
||||
parameter to control the maximum numuber of STA entries.
|
||||
|
||||
Networking
|
||||
**********
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue