
config wifi-device 'wifi0'
	option type 'atheros'
	option hwmode '11ng'
	option channel 'auto'
	option obeyregpwr '0'
	option antenna_gain '0'
	option txpower 'max'
	option ochann '0'

config wifi-iface
	option device 'wifi0'
	option network 'lan'
	option mode 'ap'
	option ssid 'MimoSeries'
	option encryption 'none'
	option id_ssid 'wifi0_1'
	option disabled '1'

config wifi-device 'wifi1'
	option type 'atheros'
	option channel 'auto'
	option obeyregpwr '0'
	option txpower 'max'
	option chainmask '3'
	option anienablelua '1'
	option dcsenablelua '0'
	option hwmode '11ac80'
	option autoack '1'
	option country '1001'
	option antenna_gain '0'

config wifi-iface
	option device 'wifi1'
	option network 'lan'
	option id_ssid 'wifi1_1'
	option mode 'sta'
	option wds '1'
	option shortgi '1'
	option manrate 'auto'
	option encryption 'psk2'
	option ssid 'silvernetwireless'
	option key 'silvernetwireless'
	option disabled '0'
	option mcastenhance '2'

