Unsolicited broadcast probe response tranmission is used for in-band discovery in 6GHz band (IEEE P802.11ax/D6.0 26.17.2.3.2, AP behavior for fast passive scanning). v3: Rebased. Removed check for 6Ghz, drivers should add that check. v2: Removed flag 'enabled' and changed 6GHz frequency range as per IEEE P802.11ax/D6.1. Aloka Dixit (2): nl80211: Unsolicited broadcast probe response support mac80211: Unsolicited broadcast probe response support include/net/cfg80211.h | 18 ++++++++++++++ include/net/mac80211.h | 21 ++++++++++++++++ include/uapi/linux/nl80211.h | 32 ++++++++++++++++++++++++ net/mac80211/cfg.c | 42 ++++++++++++++++++++++++++++++++ net/mac80211/ieee80211_i.h | 7 ++++++ net/mac80211/tx.c | 26 ++++++++++++++++++++ net/wireless/nl80211.c | 47 ++++++++++++++++++++++++++++++++++++ 7 files changed, 193 insertions(+) -- 2.25.0