Hi, > John Crispin (4): > nl80211: add basic multiple bssid support > mac80211: add multiple bssid support to interface handling > mac80211: add multiple bssid/EMA support to beacon handling > mac80211: CSA on non-transmitting interfaces As much as I hate to send this back to you ... I don't understand how you can not have an nl80211 feature flag for AP- side multi-BSSID support, yet have a mac80211-level feature flag? For STA side we could get away with it because we present all the BSSes in cfg80211's scan results, and even a version of wpa_supplicant that's not aware of multi-BSSID should be able to pick one of the non- transmitting BSSes and connect to it. But here? I don't understand how that'd be possible. Also, are the interface limits (# of AP interfaces) even sufficient, or should there be different limits for non-transmitting? I could imagine that it'd be easier to have more interfaces if they're non-transmitting, since then you don't have to deal with more beacons but only more MAC addresses. So from that POV this seems rather lacking the necessary bits to be able to confidently use it from userspace? johannes