mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Revert "map-controller: config: add compat APs"
This reverts commit 6fb7284483.
This commit is contained in:
parent
16b6469277
commit
c60672a710
1 changed files with 2 additions and 18 deletions
|
|
@ -36,7 +36,7 @@ config sta_steering
|
||||||
config ap
|
config ap
|
||||||
option band '2'
|
option band '2'
|
||||||
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
||||||
option encryption 'sae'
|
option encryption 'sae-mixed'
|
||||||
option key '$WIFI_FH_KEY'
|
option key '$WIFI_FH_KEY'
|
||||||
option vid '1'
|
option vid '1'
|
||||||
option type 'fronthaul'
|
option type 'fronthaul'
|
||||||
|
|
@ -45,7 +45,7 @@ config ap
|
||||||
config ap
|
config ap
|
||||||
option band '5'
|
option band '5'
|
||||||
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR'
|
||||||
option encryption 'sae'
|
option encryption 'sae-mixed'
|
||||||
option key '$WIFI_FH_KEY'
|
option key '$WIFI_FH_KEY'
|
||||||
option vid '1'
|
option vid '1'
|
||||||
option type 'fronthaul'
|
option type 'fronthaul'
|
||||||
|
|
@ -103,22 +103,6 @@ config mld
|
||||||
# option vid '1'
|
# option vid '1'
|
||||||
option type 'backhaul'
|
option type 'backhaul'
|
||||||
|
|
||||||
config ap
|
|
||||||
option band '2'
|
|
||||||
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR-compat'
|
|
||||||
option encryption 'sae-mixed'
|
|
||||||
option key '$WIFI_FH_KEY'
|
|
||||||
option vid '1'
|
|
||||||
option type 'fronthaul'
|
|
||||||
|
|
||||||
config ap
|
|
||||||
option band '5'
|
|
||||||
option ssid '$DEVICE_MANUFACTURER-$BASEMAC_ADDR-compat'
|
|
||||||
option encryption 'sae-mixed'
|
|
||||||
option key '$WIFI_FH_KEY'
|
|
||||||
option vid '1'
|
|
||||||
option type 'fronthaul'
|
|
||||||
|
|
||||||
# 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
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue