
config config 'qcawifi'
	option nss_wifi_olcfg '0'
	option nss_wifi_nxthop_cfg '0'
	option max_cnt_qcn6122_num_vdevs_pdev0 '16'
	option max_cnt_qca5018_num_vdevs_pdev0 '16'
	option max_peers '64'

config wifi-device  wifi0
	option type	qcawificfg80211
	option channel	auto
	option macaddr	00:03:7f:12:9d:9d
	option hwmode	11beg
	# REMOVE THIS LINE TO ENABLE WIFI:
	option disabled 1

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

config wifi-device  wifi1
	option type	qcawificfg80211
	option channel	auto
	option macaddr	00:03:7f:12:de:c3
	option hwmode	11bea
	# REMOVE THIS LINE TO ENABLE WIFI:
	option disabled 1

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

config wifi-device  wifi2
	option type	qcawificfg80211
	option channel	auto
	option macaddr	00:03:7f:12:c2:b7
	option hwmode	11bea
	# REMOVE THIS LINE TO ENABLE WIFI:
	option disabled 1

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

