This patchset adds support for FILS discovery transmission as per IEEE Std 802.11ai-2016. v4: Removed separate flag 'enabled' and data related to beacon response window and omit replicated probe response features. Aloka Dixit (2): nl80211: Add FILS discovery support mac80211: Add FILS discovery support include/net/cfg80211.h | 19 +++++++++++++++ include/net/mac80211.h | 27 +++++++++++++++++++++ include/uapi/linux/nl80211.h | 36 ++++++++++++++++++++++++++++ net/mac80211/cfg.c | 41 ++++++++++++++++++++++++++++++++ net/mac80211/ieee80211_i.h | 7 ++++++ net/mac80211/tx.c | 25 ++++++++++++++++++++ net/wireless/nl80211.c | 46 ++++++++++++++++++++++++++++++++++++ 7 files changed, 201 insertions(+) -- 2.25.0