This patchset adds support for FILS discovery transmission as per IEEE Std 802.11ai-2016. This is the next version in the series given below: FILS discovery and bcast probe resp support. Unsolicited broadcast probe response support is now split into a separate patchset. Aloka Dixit (2): nl80211: Add FILS discovery support mac80211: Add FILS discovery transmission support include/net/cfg80211.h | 25 ++++++++++++++++ include/net/mac80211.h | 31 ++++++++++++++++++++ include/uapi/linux/nl80211.h | 46 +++++++++++++++++++++++++++++ net/mac80211/cfg.c | 46 +++++++++++++++++++++++++++++ net/mac80211/ieee80211_i.h | 7 +++++ net/mac80211/tx.c | 25 ++++++++++++++++ net/wireless/nl80211.c | 57 ++++++++++++++++++++++++++++++++++++ 7 files changed, 237 insertions(+) -- 2.25.0