summaryrefslogtreecommitdiffstats
path: root/config/wireless
blob: c92d2d33890b67404e4b7cd7f44a5ff4b0984c80 (plain)
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
config wifi-device  radio0
	option type     mac80211
	option phy      wl0
	option band     2g
	option channel  11
	option htmode   HE20
	error foo

config wifi-iface vif0
	option device   radio0
	option network  lan
	option mode     ap
	option ssid     OpenWrt
	option encryption none

config wifi-vlan
	option iface	vif0
	option name	'v#'
	option vid	'*'

config wifi-station
	option iface	vif0
	option mac	00:11:22:33:44:55
	option vid	100
	option key	deadbeef