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). v2: Removed flag 'enabled' and changed 6GHz frequency range as per IEEE P802.11ax/D6.1. Aloka Dixit (2): nl80211: Unsolicited bcast probe resp support mac80211: 20TU unsolicited bcast probe resp 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 | 51 ++++++++++++++++++++++++++++++++++++ 7 files changed, 197 insertions(+) -- 2.25.0