-
Notifications
You must be signed in to change notification settings - Fork 623
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
rlubos
merged 7 commits into
nrfconnect:main
from
ajayparida:set_bss_param_max_inactivity
May 31, 2024
Merged
Set BSS config parameters max-inactivity, skip_inactivity_poll and max num_sta #1710
rlubos
merged 7 commits into
nrfconnect:main
from
ajayparida:set_bss_param_max_inactivity
May 31, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ajayparida
force-pushed
the
set_bss_param_max_inactivity
branch
5 times, most recently
from
May 21, 2024 10:23
d7fffdb
to
474d327
Compare
krish2718
reviewed
May 21, 2024
ajayparida
force-pushed
the
set_bss_param_max_inactivity
branch
from
May 21, 2024 11:56
474d327
to
5ab0198
Compare
krish2718
approved these changes
May 21, 2024
ajayparida
force-pushed
the
set_bss_param_max_inactivity
branch
4 times, most recently
from
May 23, 2024 06:49
326a437
to
3e0cd6e
Compare
sachinthegreen
approved these changes
May 23, 2024
ajayparida
force-pushed
the
set_bss_param_max_inactivity
branch
3 times, most recently
from
May 29, 2024 06:37
3bdf3a4
to
a9ccf1e
Compare
jukkar
approved these changes
May 29, 2024
ajayparida
force-pushed
the
set_bss_param_max_inactivity
branch
from
May 29, 2024 13:38
a9ccf1e
to
de68c07
Compare
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
force-pushed
the
set_bss_param_max_inactivity
branch
from
May 30, 2024 03:47
de68c07
to
a61fcc6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for configuring BSS parameters max-inactivity, skip_inactivity_poll and max num_sta