Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
map-controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
map-controller
Commits
e097302e
Commit
e097302e
authored
3 months ago
by
Anjan Chanda
Browse files
Options
Downloads
Patches
Plain Diff
update README-STA-steering.md
parent
1fd147f9
No related branches found
No related tags found
No related merge requests found
Pipeline
#200010
passed
3 months ago
Stage: static_code_analysis
Stage: compile_test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/README-STA-steering.md
+9
-10
9 additions, 10 deletions
src/README-STA-steering.md
with
9 additions
and
10 deletions
src/README-STA-steering.md
+
9
−
10
View file @
e097302e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## STA steer policy configuration parameters according to EasyMesh standard ##
## STA steer policy configuration parameters according to EasyMesh standard ##
````
````
config sta_steering
config sta_steering
option enable_sta_steer '1'
option enable_sta_steer '1'
option rcpi_threshold_2g '75'
option rcpi_threshold_2g '75'
option rcpi_threshold_5g '85'
option rcpi_threshold_5g '85'
option rcpi_threshold_6g '85'
option rcpi_threshold_6g '85'
...
@@ -14,22 +14,21 @@ config sta_steering
...
@@ -14,22 +14,21 @@ config sta_steering
option plugins_enabled '1'
option plugins_enabled '1'
option plugins_policy 'any' # 'any' or 'all'. default = 'any'
option plugins_policy 'any' # 'any' or 'all'. default = 'any'
list plugins 'rcpi'
list plugins 'rcpi'
list plugins 'rate'
list plugins 'rate'
# TBD
````
````
## Plugin 'rcpi' specific config section ##
## Plugin 'rcpi' specific config section ##
````
````
config sta-steer 'rcpi'
config sta-steer 'rcpi'
option enabled '1'
option enabled '1'
option diffsnr '8'
option diffsnr '8'
option bandsteer '0'
option bandsteer '0'
option use_bcn_metrics '1'
option use_bcn_metrics '1' # currently no effect. Always used.
option use_usta_metrics '1'
option use_usta_metrics '1' # currently no effect. Always used.
option steer_retry_int '30'
option steer_int '180'
option steer_int '180'
option steer_
disable_int '600'
option steer_
retry_int '30' # deprecated. Not used anymore.
option steer_disabled_int '30' # deprecated. Not used anymore.
:
:
.
.
option max_steer_attempt '-1' # default = -1 (unlimited)
option max_steer_attempt '-1' # default = -1 (unlimited)
...
@@ -39,8 +38,8 @@ config sta-steer 'rcpi'
...
@@ -39,8 +38,8 @@ config sta-steer 'rcpi'
````
````
config sta-steer 'rate'
config sta-steer 'rate'
option enabled '1'
option enabled '1'
option threshold '40'
option threshold '40'
option margin '10'
option margin '10'
option boost '20'
option boost '20'
:
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment