blob: 6f76a1d9363502e463a161ad10cd698d1e4def08 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001config wifi-device 'AP0_2G'
2 option phy 'phy2'
3 option type 'mac80211'
4 option country 'CN'
5 option channel '1'
6 option hwmode '11g'
7 option band '2g'
8 option cell_density '0'
9 option short_gi_20 '1'
10 option short_gi_40 '1'
11 option htmode 'HE40'
12 option disabled '0'
13
14config wifi-iface 'AP0_2G_if'
15 option ifname 'wlan0'
16 option device 'AP0_2G'
17 option network 'lan'
18 option mode 'ap'
19 option ssid 'ASR-OWRT'
20 option encryption 'psk2'
21 option key '12345678'