-
Notifications
You must be signed in to change notification settings - Fork 1
/
wireless-boot-vh
132 lines (123 loc) · 2.79 KB
/
wireless-boot-vh
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
config wifi-device 'wifi0'
option type 'qcawificfg80211'
option channel 'auto'
option macaddr '48:da:35:b0:00:26'
option htmode 'HT40'
option country 'US'
option txpower '17'
option hwmode '11axg'
option disabled '1'
config wifi-device 'wifi1'
option type 'qcawificfg80211'
option macaddr '48:da:35:b0:00:27'
option hwmode '11axa'
option country 'US'
option band '3'
option disabled '0'
option txpower '100'
option htmode 'HT40'
option channel '5'
config wifi-iface
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option disabled '0'
option key 'Az42fW1Q'
option sae_password 'Az42fW1Q'
option device 'wifi0'
option network 'lan'
option ssid 'WIFI6-B00029'
option encryption 'none'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan10'
option ssid 'no-team-1'
option key 'no-team-1'
option sae_password 'no-team-1'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan20'
option ssid 'no-team-2'
option key 'no-team-2'
option sae_password 'no-team-2'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan30'
option ssid 'no-team-3'
option key 'no-team-3'
option sae_password 'no-team-3'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan40'
option ssid 'no-team-4'
option key 'no-team-4'
option sae_password 'no-team4'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan50'
option ssid 'no-team-5'
option key 'no-team-5'
option sae_password 'no-team-5'
config wifi-iface
option device 'wifi1'
option mode 'ap'
option disablecoext '1'
option en_6g_sec_comp '0'
option sae '1'
option ieee80211w '1'
option wds '1'
option encryption 'psk2+ccmp'
option disabled '0'
option hidden '0'
option network 'vlan60'
option ssid 'no-team-6'
option key 'no-team-6'
option sae_password 'no-team-6'