config wifi-device  wifi0
        option type     qcawificfg80211
        option channel  auto
        option macaddr  00:03:7f:01:54:85
        option hwmode   11bea
        # 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:01:51:78
        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:04:36:13
        option hwmode   11beg
        # 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
