-
Notifications
You must be signed in to change notification settings - Fork 1
/
wireless-boot-linksys
116 lines (107 loc) · 2.44 KB
/
wireless-boot-linksys
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
config wifi-device 'radio1'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:02.0/0000:02:00.0'
option htmode 'HT20'
option disabled '1'
option txpower '20'
option country 'US'
config wifi-iface
option device 'radio1'
option mode 'ap'
option hidden '1'
option encryption 'psk2+ccmp'
option network 'vlan100'
option key 'ZZZZZZZ1'
option ssid 'FieldAdmin'
option macaddr '26:f5:a2:b2:5c:b4'
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:01.0/0000:01:00.0'
option txpower '23'
option channel '157'
option country 'US'
option htmode 'HT20'
option basic_rates '6500,7200'
option short_gi_20 '0'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan10'
option encryption 'psk2+ccmp'
option ssid 'no-team-1'
option key 'no-team-1'
option disabled '0'
option macaddr '26:f5:a2:b2:5c:b3'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan20'
option encryption 'psk2+ccmp'
option ssid 'no-team-2'
option key 'no-team-2'
option disabled '0'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan30'
option encryption 'psk2+ccmp'
option ssid 'no-team-3'
option key 'no-team-3'
option disabled '0'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan40'
option encryption 'psk2+ccmp'
option ssid 'no-team-4'
option key 'no-team-4'
option disabled '0'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan50'
option encryption 'psk2+ccmp'
option ssid 'no-team-5'
option key 'no-team-5'
option disabled '0'
config wifi-iface
option device 'radio0'
option mode 'ap'
option isolate '0'
option bgscan '0'
option wds '0'
option maxassoc '1'
option hidden '1'
option network 'vlan60'
option encryption 'psk2+ccmp'
option ssid 'no-team-6'
option key 'no-team-6'
option disabled '0'