mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
201 lines
5.6 KiB
Text
201 lines
5.6 KiB
Text
config controller 'controller'
|
|
option enabled '1' # may be modified by other package start-up scripts (i.e. map-agent)
|
|
option profile '3'
|
|
option registrar '2 5 6'
|
|
option debug '0'
|
|
option bcn_metrics_max_num '10'
|
|
option initial_channel_scan '0'
|
|
option enable_ts '0'
|
|
option primary_vid '1'
|
|
option primary_pcp '0'
|
|
option allow_bgdfs '0'
|
|
option stale_sta_timeout '30d'
|
|
option channel_plan '0'
|
|
option de_collect_interval '60'
|
|
|
|
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'
|
|
option rcpi_threshold_2g '70'
|
|
option rcpi_threshold_5g '86'
|
|
option rcpi_threshold_6g '86'
|
|
option report_rcpi_threshold_2g '80'
|
|
option report_rcpi_threshold_5g '96'
|
|
option report_rcpi_threshold_6g '96'
|
|
option steer_retry_int '30'
|
|
option steer_int '180'
|
|
option steer_disable_int '600'
|
|
|
|
###################
|
|
# Default AP sections credentials will by updated
|
|
# by uci-defaults script 99-mapcntlr
|
|
###################
|
|
|
|
config ap
|
|
option band '2'
|
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
|
option encryption 'sae-mixed'
|
|
option key '$WIFI_FH_KEY'
|
|
option vid '1'
|
|
option type 'fronthaul'
|
|
option mld_id '1'
|
|
|
|
config ap
|
|
option band '5'
|
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
|
option encryption 'sae-mixed'
|
|
option key '$WIFI_FH_KEY'
|
|
option vid '1'
|
|
option type 'fronthaul'
|
|
option mld_id '1'
|
|
|
|
config ap
|
|
option band '6'
|
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
|
option encryption 'sae'
|
|
option key '$WIFI_FH_KEY'
|
|
option vid '1'
|
|
option type 'fronthaul'
|
|
option mld_id '1'
|
|
|
|
config ap
|
|
option band '2'
|
|
option ssid 'MAP-$BASEMAC_ADDR-BH'
|
|
option encryption 'sae'
|
|
option key '$WIFI_BH_KEY'
|
|
option type 'backhaul'
|
|
option vid '1'
|
|
option mld_id '2'
|
|
|
|
config ap
|
|
option band '5'
|
|
option ssid 'MAP-$BASEMAC_ADDR-BH'
|
|
option encryption 'sae'
|
|
option key '$WIFI_BH_KEY'
|
|
option type 'backhaul'
|
|
option vid '1'
|
|
option mld_id '2'
|
|
|
|
config ap
|
|
option band '6'
|
|
option ssid 'MAP-$BASEMAC_ADDR-BH'
|
|
option encryption 'sae'
|
|
option key '$WIFI_BH_KEY'
|
|
option type 'backhaul'
|
|
option vid '1'
|
|
option mld_id '2'
|
|
|
|
config mld
|
|
option id '1'
|
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
|
option key '$WIFI_FH_KEY'
|
|
# option vid '1'
|
|
option type 'fronthaul'
|
|
|
|
config mld
|
|
option id '2'
|
|
option ssid 'MAP-$BASEMAC_ADDR-BH'
|
|
option key '$WIFI_BH_KEY'
|
|
# option vid '1'
|
|
option type 'backhaul'
|
|
|
|
# node and radio sections (per node) are auto
|
|
# generated per Multi-AP Agent in the network
|
|
#
|
|
#config node 'node_0a1b2c3d4e50'
|
|
# option agent_id '0a:1b:2c:3d:4e:50'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option backhaul_ul_macaddr '00:00:00:00:00:00'
|
|
# option backhaul_dl_macaddr '00:00:00:00:00:00'
|
|
# option backhaul_type 'none'
|
|
# option report_sta_assocfails '0'
|
|
# option report_sta_assocfails_rate '0'
|
|
# option report_metric_periodic '0'
|
|
# option report_scan '0'
|
|
# list steer_exclude 'e0:d4:e8:79:c4:ee'
|
|
# list steer_exclude_btm 'e0:d4:e8:79:c4:11'
|
|
# option steer_disallow '0'
|
|
# option coordinated_cac '0'
|
|
# option traffic_separation '0'
|
|
# option sta_steer '0'
|
|
|
|
#config radio 'radio_0a1b2c3d4e53'
|
|
# option agent_id '0a:1b:2c:3d:4e:50'
|
|
# option macaddr '0a:1b:2c:3d:4e:53'
|
|
# option band '2'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option steer_policy '0'
|
|
# option util_threshold '0'
|
|
# option rcpi_threshold '70'
|
|
# option report_rcpi_threshold '80'
|
|
# option report_util_threshold '0'
|
|
# option report_rcpi_hysteresis_margin '0'
|
|
# option include_sta_stats '1'
|
|
# option include_sta_metric '1'
|
|
|
|
#config radio 'radio_0a1b2c3d4e54'
|
|
# option agent_id '0a:1b:2c:3d:4e:50'
|
|
# option macaddr '0a:1b:2c:3d:4e:54'
|
|
# option band '5'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option steer_policy '0'
|
|
# option util_threshold '0'
|
|
# option rcpi_threshold '86'
|
|
# option report_rcpi_threshold '96'
|
|
# option report_util_threshold '0'
|
|
# option report_rcpi_hysteresis_margin '0'
|
|
# option include_sta_stats '1'
|
|
# option include_sta_metric '1'
|
|
|
|
#config node 'node_3fb1c2d3e460'
|
|
# option agent_id '3f:b1:c2:d3:e4:60'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option backhaul_ul_macaddr '00:00:00:00:00:00'
|
|
# option backhaul_dl_macaddr '00:00:00:00:00:00'
|
|
# option backhaul_type 'none'
|
|
# option primary_vid '1'
|
|
# option primary_pcp '0'
|
|
# option report_sta_assocfails '0'
|
|
# option report_sta_assocfails_rate '0'
|
|
# option report_metric_periodic '0'
|
|
# option report_scan '0'
|
|
# list steer_exclude 'e0:d4:e8:79:c4:ee'
|
|
# list steer_exclude_btm 'e0:d4:e8:79:c4:11'
|
|
# option steer_disallow '0'
|
|
# option coordinated_cac '0'
|
|
# option traffic_separation '0'
|
|
# option sta_steer '0'
|
|
|
|
#config radio 'radio_3fb1c2d3e463'
|
|
# option agent_id '3f:b1:c2:d3:e4:60'
|
|
# option macaddr '3f:b1:c2:d3:e4:63'
|
|
# option band '2'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option steer_policy '0'
|
|
# option util_threshold '0'
|
|
# option rcpi_threshold '70'
|
|
# option report_rcpi_threshold '80'
|
|
# option report_util_threshold '0'
|
|
# option report_rcpi_hysteresis_margin '0'
|
|
# option include_sta_stats '1'
|
|
# option include_sta_metric '1'
|
|
|
|
#config radio 'radio_3fb1c2d3e464'
|
|
# option agent_id '3f:b1:c2:d3:e4:60'
|
|
# option macaddr '3f:b1:c2:d3:e4:64'
|
|
# option band '5'
|
|
# following values use default values after onboarding if not explicitly set
|
|
# option steer_policy '0'
|
|
# option util_threshold '0'
|
|
# option rcpi_threshold '86'
|
|
# option report_rcpi_threshold '96'
|
|
# option report_util_threshold '0'
|
|
# option report_rcpi_hysteresis_margin '0'
|
|
# option include_sta_stats '1'
|
|
# option include_sta_metric '1'
|