ieee1905: update example ieee1905 config

This commit is contained in:
Sukru Senli 2022-05-07 18:33:37 +02:00 committed by Jakob Olsson
parent 68b8051fb2
commit 82d3171604

View file

@ -3,20 +3,24 @@ config ieee1905 'ieee1905'
option extension '1' option extension '1'
list extmodule 'map' list extmodule 'map'
option registrar '2 5' option registrar '2 5'
# option macaddress '0a:1b:2c:3d:4e:50'
config al-iface
option enabled '1'
option ifname 'br-lan'
option type 'bridge'
# ap sections are auto-generated/overwritten during onboarding
#
config ap config ap
option band '2' option band '2'
option ssid 'TestSSID.2' option ssid 'IOWRT-2.4GHz'
option encryption 'psk2' option encryption 'sae-mixed'
option key '5555500000' option key '1234567890'
config ap config ap
option band '5' option band '5'
option ssid 'TestSSID.5' option ssid 'IOWRT-5GHz'
option encryption 'psk2' option encryption 'sae-mixed'
option key '2222200000' option key '1234567890'
config al-iface
option enabled 1
option ifname 'br-lan'
option type 'bridge'