mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ieee1905: update example ieee1905 config
This commit is contained in:
parent
68b8051fb2
commit
82d3171604
1 changed files with 14 additions and 10 deletions
|
|
@ -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'
|
|
||||||
Loading…
Add table
Reference in a new issue