This patchset adds support for FILS discovery transmission as per IEEE Std 802.11ai-2016. v5: Addressed review comments from v4. Aloka Dixit (2): nl80211: Add FILS discovery support mac80211: Add FILS discovery support include/net/cfg80211.h | 23 +++++++++++++++ include/net/mac80211.h | 31 ++++++++++++++++++++ include/uapi/linux/nl80211.h | 40 +++++++++++++++++++++++++ net/mac80211/cfg.c | 57 ++++++++++++++++++++++++++++++++---- net/mac80211/debugfs.c | 1 + net/mac80211/ieee80211_i.h | 7 +++++ net/mac80211/main.c | 6 ++++ net/mac80211/tx.c | 28 ++++++++++++++++++ net/wireless/nl80211.c | 45 ++++++++++++++++++++++++++++ 9 files changed, 232 insertions(+), 6 deletions(-) -- 2.25.0