Add support for EMA AP beacon generation and mac80211_hwsim to test MBSSID and EMA in AP mode. v3: - Added a missing NULL check for mbssid_ies in patch #1/4. - Hostapd hwsim tests using the changes from this version are mentioned in the corresponding patches and these are already merged in hostapd.git. - Dropped ath11k patches. Aloka Dixit (4): wifi: mac80211: generate EMA beacons in AP mode wifi: mac80211_hwsim: move beacon transmission to a separate function wifi: mac80211_hwsim: Multiple BSSID support wifi: mac80211_hwsim: EMA support drivers/net/wireless/mac80211_hwsim.c | 83 +++++++++++----- include/net/mac80211.h | 68 +++++++++++++ net/mac80211/cfg.c | 11 ++- net/mac80211/ieee80211_i.h | 10 +- net/mac80211/tx.c | 134 +++++++++++++++++++++++--- 5 files changed, 263 insertions(+), 43 deletions(-) base-commit: 65e6af6cebefbf7d8d8ac52b71cd251c2071ad00 -- 2.34.1