forked from EFForg/OpenWireless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwireless
33 lines (30 loc) · 905 Bytes
/
wireless
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'pci0000:00/0000:00:11.0'
option htmode 'HT20'
option txpower '30'
option country 'US'
option channel 'auto'
config wifi-iface
option network 'sw00'
option ifname 'sw00'
option mode 'ap'
option ssid 'fancypants3'
option key 'Openwireless'
option encryption 'psk2'
option disabled '0'
option device 'radio1'
config wifi-iface
option device 'radio0'
option network 'gw00'
option mode 'ap'
option ifname 'gw00'
option ssid 'CEROwrt-guest'
option encryption 'none'
config wifi-device 'radio1'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:00/0000:00:12.0'
option htmode 'HT20'