
config 'wifi-device' 'wl0'
	option 'type' 'broadcom'
	option 'channel' 'auto'
	option 'txpower' '11'
	option 'hwmode' '11bg'

config 'wifi-iface'
	option 'device' 'wl0'
	option 'network' 'lan'
	option 'mode' 'ap'
	option 'encryption' 'none'
	option 'ssid' '0000'

config 'wifi-device' 'wlan0'
	option 'type' 'mac80211'
	option 'macaddr' '00:00:00:00:00:00'
	option 'hwmode' '11g'
	option 'disabled' '0'
	option 'channel' 'auto'
	option 'txpower' '20'
	option 'country' '00'

config 'wifi-iface'
	option 'network' 'wan'
	option 'device' 'wlan0'
	option 'mode' 'sta'
	option 'ssid' '0000'
	option 'key' '00000000'
	option 'encryption' 'psk-mixed'

