Hi all,
While reading the openwrt wiki, I stumbled upon this paragraph:
https://wiki.openwrt.org/doc/uci/wireless#wifi_networks
A complete wireless configuration contains at least one wifi-iface
section per adapter to define a wireless network on top of the
hardware. Some drivers support multiple wireless networks per device:
broadcom if the core revision is greater or equal 9 (see dmesg | grep
corerev)
madwifi always supports multiple networks
mac80211 STA mode is supported. STA and AP at the same time is
supported as well.
So... we are using multiple-ap extensively and maybe some of the
devices that we can flash this on does not support them.
It might be interesting to add to our heuristics this check: if the
driver is not one of those, then use that radio only for one use.
What do you think?
Regards,