mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
map-controller: config: configure mld by default
This commit is contained in:
parent
eae6b6b8eb
commit
6fef055c62
1 changed files with 11 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ config ap
|
|||
option key '$WIFI_FH_KEY'
|
||||
option vid '1'
|
||||
option type 'fronthaul'
|
||||
option mld_id '1'
|
||||
|
||||
config ap
|
||||
option band '6'
|
||||
|
|
@ -56,6 +57,7 @@ config ap
|
|||
option key '$WIFI_FH_KEY'
|
||||
option vid '1'
|
||||
option type 'fronthaul'
|
||||
option mld_id '1'
|
||||
|
||||
config ap
|
||||
option band '2'
|
||||
|
|
@ -81,6 +83,15 @@ config ap
|
|||
option type 'backhaul'
|
||||
option vid '1'
|
||||
|
||||
|
||||
config mld
|
||||
option id '1'
|
||||
option ssid 'unique-ssid1'
|
||||
option encryption 'sae'
|
||||
option key '1234567890'
|
||||
# option vid '1'
|
||||
option type 'fronthaul'
|
||||
|
||||
# node and radio sections (per node) are auto
|
||||
# generated per Multi-AP Agent in the network
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue