diff --git a/ieee1905/files/etc/config/ieee1905 b/ieee1905/files/etc/config/ieee1905 index 0c82035c1..b3fe8af94 100755 --- a/ieee1905/files/etc/config/ieee1905 +++ b/ieee1905/files/etc/config/ieee1905 @@ -3,20 +3,24 @@ config ieee1905 'ieee1905' option extension '1' list extmodule 'map' 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 option band '2' - option ssid 'TestSSID.2' - option encryption 'psk2' - option key '5555500000' + option ssid 'IOWRT-2.4GHz' + option encryption 'sae-mixed' + option key '1234567890' config ap option band '5' - option ssid 'TestSSID.5' - option encryption 'psk2' - option key '2222200000' + option ssid 'IOWRT-5GHz' + option encryption 'sae-mixed' + option key '1234567890' -config al-iface - option enabled 1 - option ifname 'br-lan' - option type 'bridge' \ No newline at end of file