mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
multi-ap: update configs of map components
map-agent and map-controller are disabled by default component versions are lifted to 4
This commit is contained in:
parent
c71de4a811
commit
b370f1c242
7 changed files with 59 additions and 59 deletions
|
|
@ -2,6 +2,6 @@ menu "Configuration"
|
||||||
|
|
||||||
config DECOLLECTOR_EASYMESH_VERSION
|
config DECOLLECTOR_EASYMESH_VERSION
|
||||||
int "Support Easymesh version"
|
int "Support Easymesh version"
|
||||||
default 2
|
default 4
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@ define Package/map-plugin/config
|
||||||
|
|
||||||
config MULTIAP_EASYMESH_VERSION
|
config MULTIAP_EASYMESH_VERSION
|
||||||
int "Easymesh version"
|
int "Easymesh version"
|
||||||
default 2
|
default 4
|
||||||
|
|
||||||
config MULTIAP_DYNAMIC_CNTLR_SYNC_CONFIG
|
config MULTIAP_DYNAMIC_CNTLR_SYNC_CONFIG
|
||||||
bool "Sync configuration between dynamic controllers in the network"
|
bool "Sync configuration between dynamic controllers in the network"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config MULTIAP_FUZZ_1905_CMDUS
|
config MULTIAP_FUZZ_1905_CMDUS
|
||||||
bool "Include support to fuzz 1905 CMDUs for testing purpose"
|
bool "Include support to fuzz 1905 CMDUs for testing purpose"
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,14 @@ config AGENT_SYNC_DYNAMIC_CNTLR_CONFIG
|
||||||
|
|
||||||
config AGENT_ISLAND_PREVENTION
|
config AGENT_ISLAND_PREVENTION
|
||||||
bool "Support Island Prevention"
|
bool "Support Island Prevention"
|
||||||
default y if MULTIAP_AGENT_ISLAND_PREVENTION
|
default y
|
||||||
|
|
||||||
config AGENT_EASYMESH_R2_CERT
|
config AGENT_EASYMESH_R2_CERT
|
||||||
bool "Compile for WFA test bed"
|
bool "Compile for WFA test bed"
|
||||||
|
|
||||||
config AGENT_EASYMESH_VERSION
|
config AGENT_EASYMESH_VERSION
|
||||||
int "Support Easymesh version"
|
int "Support Easymesh version"
|
||||||
default 2
|
default 4
|
||||||
|
|
||||||
config AGENT_EASYMESH_VENDOR_EXT
|
config AGENT_EASYMESH_VENDOR_EXT
|
||||||
bool "Enable extra features through Easymesh vendor extension"
|
bool "Enable extra features through Easymesh vendor extension"
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
config agent 'agent'
|
config agent 'agent'
|
||||||
option enabled '1'
|
option enabled '0'
|
||||||
option debug '0'
|
option debug '0'
|
||||||
option profile '2'
|
option profile '2'
|
||||||
option al_bridge 'br-lan'
|
option al_bridge 'br-lan'
|
||||||
option netdev 'wlan'
|
option netdev 'wlan'
|
||||||
option island_prevention '0'
|
option island_prevention '0'
|
||||||
option eth_onboards_wifi_bhs '0'
|
option eth_onboards_wifi_bhs '0'
|
||||||
# option controller_macaddr '0a:1b:2c:3d:4e:50'
|
|
||||||
option scan_on_boot_only '0'
|
option scan_on_boot_only '0'
|
||||||
list map_port 'all'
|
list map_port 'all'
|
||||||
|
# option controller_macaddr '0a:1b:2c:3d:4e:50'
|
||||||
|
|
||||||
config dynamic_backhaul
|
config dynamic_backhaul
|
||||||
option missing_bh_timer '60'
|
option missing_bh_timer '60'
|
||||||
|
|
@ -21,9 +21,9 @@ config controller_select
|
||||||
option autostart '1'
|
option autostart '1'
|
||||||
option local '0'
|
option local '0'
|
||||||
|
|
||||||
config radio
|
#config radio
|
||||||
option device 'phy0'
|
# option device 'phy0'
|
||||||
option band '2'
|
# option band '2'
|
||||||
# options below are auto-generated during onboarding
|
# options below are auto-generated during onboarding
|
||||||
# option steer_policy '0'
|
# option steer_policy '0'
|
||||||
# option util_threshold '0'
|
# option util_threshold '0'
|
||||||
|
|
@ -34,9 +34,9 @@ config radio
|
||||||
# option include_sta_stats '1'
|
# option include_sta_stats '1'
|
||||||
# option include_sta_metric '1'
|
# option include_sta_metric '1'
|
||||||
|
|
||||||
config radio
|
#config radio
|
||||||
option device 'phy1'
|
# option device 'phy1'
|
||||||
option band '5'
|
# option band '5'
|
||||||
# options below are auto-generated during onboarding
|
# options below are auto-generated during onboarding
|
||||||
# option steer_policy '0'
|
# option steer_policy '0'
|
||||||
# option util_threshold '0'
|
# option util_threshold '0'
|
||||||
|
|
@ -47,12 +47,12 @@ config radio
|
||||||
# option include_sta_stats '1'
|
# option include_sta_stats '1'
|
||||||
# option include_sta_metric '1'
|
# option include_sta_metric '1'
|
||||||
|
|
||||||
config bsta
|
#config bsta
|
||||||
option enabled '1'
|
# option enabled '1'
|
||||||
option ifname 'wlan0'
|
# option ifname 'wlan0'
|
||||||
option band '2'
|
# option band '2'
|
||||||
option device 'phy0'
|
# option device 'phy0'
|
||||||
option priority '2'
|
# option priority '2'
|
||||||
# options below are auto-generated during onboarding
|
# options below are auto-generated during onboarding
|
||||||
# option ssid 'MAP-BH-2.4GHz'
|
# option ssid 'MAP-BH-2.4GHz'
|
||||||
# option encryption 'sae-mixed'
|
# option encryption 'sae-mixed'
|
||||||
|
|
@ -61,12 +61,12 @@ config bsta
|
||||||
# option bssid '0a:1b:2c:3d:4e:53'
|
# option bssid '0a:1b:2c:3d:4e:53'
|
||||||
# option vid '1'
|
# option vid '1'
|
||||||
|
|
||||||
config bsta
|
#config bsta
|
||||||
option enabled '1'
|
# option enabled '1'
|
||||||
option ifname 'wlan1'
|
# option ifname 'wlan1'
|
||||||
option band '5'
|
# option band '5'
|
||||||
option device 'phy1'
|
# option device 'phy1'
|
||||||
option priority '0'
|
# option priority '0'
|
||||||
# options below are auto-generated during onboarding
|
# options below are auto-generated during onboarding
|
||||||
# option ssid 'MAP-BH-5GHz'
|
# option ssid 'MAP-BH-5GHz'
|
||||||
# option encryption 'sae-mixed'
|
# option encryption 'sae-mixed'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ config CONTROLLER_EASYMESH_VENDOR_EXT_OUI_DEFAULT
|
||||||
|
|
||||||
config CONTROLLER_EASYMESH_VERSION
|
config CONTROLLER_EASYMESH_VERSION
|
||||||
int "Support Easymesh version"
|
int "Support Easymesh version"
|
||||||
default 2
|
default 4
|
||||||
|
|
||||||
config CONTROLLER_EASYMESH_VENDOR_EXT_OUI
|
config CONTROLLER_EASYMESH_VENDOR_EXT_OUI
|
||||||
string "Vendor OUI in '\\\\xAB\\\\xCD\\\\xEF' format"
|
string "Vendor OUI in '\\\\xAB\\\\xCD\\\\xEF' format"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
config controller 'controller'
|
config controller 'controller'
|
||||||
option enabled '1'
|
option enabled '0'
|
||||||
option registrar '2 5'
|
option registrar '2 5 6'
|
||||||
option debug '0'
|
option debug '0'
|
||||||
option bcn_metrics_max_num '10'
|
option bcn_metrics_max_num '10'
|
||||||
option initial_channel_scan '0'
|
option initial_channel_scan '0'
|
||||||
|
|
@ -19,39 +19,39 @@ config sta_steering
|
||||||
option bandsteer '0'
|
option bandsteer '0'
|
||||||
option diffsnr '8'
|
option diffsnr '8'
|
||||||
|
|
||||||
config ap
|
#config ap
|
||||||
option band '2'
|
# option band '2'
|
||||||
option encryption 'sae-mixed'
|
# option encryption 'sae-mixed'
|
||||||
option vid '1'
|
# option vid '1'
|
||||||
option ssid 'IOWRT-2.4GHz'
|
# option ssid 'IOWRT-2.4GHz'
|
||||||
option encryption 'sae-mixed'
|
# option encryption 'sae-mixed'
|
||||||
option key '1234567890'
|
# option key '1234567890'
|
||||||
|
|
||||||
config ap
|
#config ap
|
||||||
option band '5'
|
# option band '5'
|
||||||
option type 'fronthaul'
|
# option type 'fronthaul'
|
||||||
option vid '1'
|
# option vid '1'
|
||||||
option ssid 'IOWRT-5GHz'
|
# option ssid 'IOWRT-5GHz'
|
||||||
option encryption 'sae-mixed'
|
# option encryption 'sae-mixed'
|
||||||
option key '1234567890'
|
# option key '1234567890'
|
||||||
|
|
||||||
config ap
|
#config ap
|
||||||
option band '2'
|
# option band '2'
|
||||||
option type 'backhaul'
|
# option type 'backhaul'
|
||||||
option vid '1'
|
# option vid '1'
|
||||||
list disallow_bsta '0'
|
# list disallow_bsta '0'
|
||||||
option ssid 'MAP-BH-2.4GHz'
|
# option ssid 'MAP-BH-2.4GHz'
|
||||||
option encryption 'sae'
|
# option encryption 'sae'
|
||||||
option key '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWZYZ0'
|
# option key '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWZYZ0'
|
||||||
|
|
||||||
config ap
|
#config ap
|
||||||
option band '5'
|
# option band '5'
|
||||||
option type 'backhaul'
|
# option type 'backhaul'
|
||||||
option vid '1'
|
# option vid '1'
|
||||||
list disallow_bsta '0'
|
# list disallow_bsta '0'
|
||||||
option ssid 'MAP-BH-5GHz'
|
# option ssid 'MAP-BH-5GHz'
|
||||||
option encryption 'sae'
|
# option encryption 'sae'
|
||||||
option key '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWZYZ0'
|
# option key '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWZYZ0'
|
||||||
|
|
||||||
# node and radio sections (per node) are auto
|
# node and radio sections (per node) are auto
|
||||||
# generated per Multi-AP Agent in the network
|
# generated per Multi-AP Agent in the network
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ config topology 'topology'
|
||||||
option depth '8'
|
option depth '8'
|
||||||
option interval '60'
|
option interval '60'
|
||||||
option maxlog '32'
|
option maxlog '32'
|
||||||
option profile '2'
|
option profile '4'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue