Skip to content
Snippets Groups Projects
Commit e097302e authored by Anjan Chanda's avatar Anjan Chanda
Browse files

update README-STA-steering.md

parent 1fd147f9
No related branches found
No related tags found
No related merge requests found
Pipeline #200010 passed
......@@ -2,7 +2,7 @@
## STA steer policy configuration parameters according to EasyMesh standard ##
````
config sta_steering
option enable_sta_steer '1'
option enable_sta_steer '1'
option rcpi_threshold_2g '75'
option rcpi_threshold_5g '85'
option rcpi_threshold_6g '85'
......@@ -14,22 +14,21 @@ config sta_steering
option plugins_enabled '1'
option plugins_policy 'any' # 'any' or 'all'. default = 'any'
list plugins 'rcpi'
list plugins 'rate'
list plugins 'rate' # TBD
````
## Plugin 'rcpi' specific config section ##
````
config sta-steer 'rcpi'
option enabled '1'
option enabled '1'
option diffsnr '8'
option bandsteer '0'
option use_bcn_metrics '1'
option use_usta_metrics '1'
option steer_retry_int '30'
option use_bcn_metrics '1' # currently no effect. Always used.
option use_usta_metrics '1' # currently no effect. Always used.
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)
......@@ -39,8 +38,8 @@ config sta-steer 'rcpi'
````
config sta-steer 'rate'
option enabled '1'
option threshold '40'
option enabled '1'
option threshold '40'
option margin '10'
option boost '20'
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment