mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-controller: add sta_steering in example cntlr config file
Signed-off-by: Filip Matusiak <filip.matusiak@iopsys.eu>
This commit is contained in:
parent
545a54eb9f
commit
c9fded45b7
1 changed files with 16 additions and 8 deletions
|
|
@ -2,15 +2,23 @@ config controller 'controller'
|
||||||
option enabled '1'
|
option enabled '1'
|
||||||
option registrar '2 5'
|
option registrar '2 5'
|
||||||
option debug '0'
|
option debug '0'
|
||||||
option enable_sta_steer '0'
|
option bcn_metrics_max_num '10'
|
||||||
option enable_bsta_steer '0'
|
option initial_channel_scan '0'
|
||||||
option use_bcn_metrics '0'
|
|
||||||
option use_usta_metrics '0'
|
|
||||||
option primary_vid '0'
|
option primary_vid '0'
|
||||||
option primary_pcp '0'
|
option primary_pcp '0'
|
||||||
option allow_bgdfs '0'
|
option allow_bgdfs '0'
|
||||||
option channel_plan '0'
|
option channel_plan '0'
|
||||||
|
|
||||||
|
config sta_steering
|
||||||
|
option steer_module 'rcpi'
|
||||||
|
option enabled '1'
|
||||||
|
option enable_sta_steer '0'
|
||||||
|
option enable_bsta_steer '0'
|
||||||
|
option use_bcn_metrics '0'
|
||||||
|
option use_usta_metrics '0'
|
||||||
|
option bandsteer '0'
|
||||||
|
option diffsnr '8'
|
||||||
|
|
||||||
config ap
|
config ap
|
||||||
option band '2'
|
option band '2'
|
||||||
option encryption 'sae-mixed'
|
option encryption 'sae-mixed'
|
||||||
|
|
@ -60,8 +68,8 @@ config ap
|
||||||
# option report_sta_assocfails_rate '0'
|
# option report_sta_assocfails_rate '0'
|
||||||
# option report_metric_periodic '0'
|
# option report_metric_periodic '0'
|
||||||
# option report_scan '0'
|
# option report_scan '0'
|
||||||
# option steer_exclude '0'
|
# list steer_exclude 'e0:d4:e8:79:c4:ee'
|
||||||
# option steer_exclude_btm '0'
|
# list steer_exclude_btm 'e0:d4:e8:79:c4:11'
|
||||||
# option steer_disallow '0'
|
# option steer_disallow '0'
|
||||||
# option coordinated_cac '0'
|
# option coordinated_cac '0'
|
||||||
# option traffic_separation '0'
|
# option traffic_separation '0'
|
||||||
|
|
@ -107,8 +115,8 @@ config ap
|
||||||
# option report_sta_assocfails_rate '0'
|
# option report_sta_assocfails_rate '0'
|
||||||
# option report_metric_periodic '0'
|
# option report_metric_periodic '0'
|
||||||
# option report_scan '0'
|
# option report_scan '0'
|
||||||
# option steer_exclude '0'
|
# list steer_exclude 'e0:d4:e8:79:c4:ee'
|
||||||
# option steer_exclude_btm '0'
|
# list steer_exclude_btm 'e0:d4:e8:79:c4:11'
|
||||||
# option steer_disallow '0'
|
# option steer_disallow '0'
|
||||||
# option coordinated_cac '0'
|
# option coordinated_cac '0'
|
||||||
# option traffic_separation '0'
|
# option traffic_separation '0'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue