From 76051bbf038a4562927689cac877f6ad36eab2f8 Mon Sep 17 00:00:00 2001 From: Ajay Parida Date: Thu, 9 May 2024 15:01:56 +0530 Subject: [PATCH] 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 --- doc/releases/release-notes-3.7.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/releases/release-notes-3.7.rst b/doc/releases/release-notes-3.7.rst index fb33ab25702..318bff13361 100644 --- a/doc/releases/release-notes-3.7.rst +++ b/doc/releases/release-notes-3.7.rst @@ -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 **********