Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set BSS config parameters max-inactivity, skip_inactivity_poll and max num_sta #1710

Merged
merged 7 commits into from
May 31, 2024

Conversation

ajayparida
Copy link
Contributor

Support for configuring BSS parameters max-inactivity, skip_inactivity_poll and max num_sta

@ajayparida ajayparida force-pushed the set_bss_param_max_inactivity branch from 474d327 to 5ab0198 Compare May 21, 2024 11:56
@ajayparida ajayparida force-pushed the set_bss_param_max_inactivity branch 4 times, most recently from 326a437 to 3e0cd6e Compare May 23, 2024 06:49
doc/releases/release-notes-3.7.rst Outdated Show resolved Hide resolved
@sachinthegreen sachinthegreen added this to the ncs-2.7.0 milestone May 23, 2024
@ajayparida ajayparida force-pushed the set_bss_param_max_inactivity branch 3 times, most recently from 3bdf3a4 to a9ccf1e Compare May 29, 2024 06:37
@ajayparida ajayparida force-pushed the set_bss_param_max_inactivity branch from a9ccf1e to de68c07 Compare May 29, 2024 13:38
Support to print name of the argument along with the value.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit 180c22a)
Support to set BSS parameter at compile and run time.

Added support to configure `max_inactivity` BSS parameter.
Station inactivity timeout is the period for which AP may keep a client
in associated state while there is no traffic from that particular client.
If a non-zero value is set, AP may choose to disassociate the
client after the timeout.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit c6d1a91)
…ip inactivity poll"

Support for configuration of AP parameter "Skip inactivity poll".
Only build time setting is supported.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit bedd38c)
…num_sta

Support to set BSS parameter "max_num_sta" at compile and run time

Added support to configure `max_num_sta` BSS parameter.
Maximum number of stations allowed in station table. New stations will be
rejected after the station table is full.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit d4b22cd)
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)
Typo: "RTS threashold" changed to "RTS threshold".

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit e493d8c)
…t case

For default case it should print the option character provided by user.
Extra shell_help removed as it's being called in the caller function.

Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
(cherry picked from commit 91054be)
@ajayparida ajayparida force-pushed the set_bss_param_max_inactivity branch from de68c07 to a61fcc6 Compare May 30, 2024 03:47
@rlubos rlubos merged commit b7b96e7 into nrfconnect:main May 31, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants