
config wifi-device AP0_2G
	option type         mac80211
	option channel      6
	option hwmode       11ng
	option country      CN
	option phy          asrphy0
	option htmode       HT20
	option disabled     0
	option unsupport_multi_ssid 1

config wifi-iface AP0_2G_if
	option device       AP0_2G
	option network      lan
	option ifname       wlan0
	option mode         ap
	option ssid         ASR-OWRT
	option encryption   psk2
	option key          12345678
	option hidden       0
	option isolate      0
	option macfilter    disable
	option wps_pushbutton 1

config wifi-device STA0_2G
	option type         mac80211
	option hwmode       11ng
	option phy          asrphy0
	option disabled     1

config wifi-iface STA0_2G_if
	option device       STA0_2G
	option network      wlan
	option ifname       wlan0-vxd
	option mode         sta
	option ssid         asr-guest
	option encryption   psk2
	option key          asr123456
config wifi-settings AP0
	option auto_off_enable  0
	option auto_off_timeout 600
