2020-09-11 00:06:19

by Aloka Dixit

[permalink] [raw]
Subject: [PATCH v6 0/2] Add FILS discovery support

This patchset adds support for FILS discovery transmission as per
IEEE Std 802.11ai-2016.

v6: Addressed review comments from v5.

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 | 44 +++++++++++++++++++++++++++++
net/mac80211/cfg.c | 54 ++++++++++++++++++++++++++++++++----
net/mac80211/ieee80211_i.h | 7 +++++
net/mac80211/tx.c | 28 +++++++++++++++++++
net/wireless/nl80211.c | 50 +++++++++++++++++++++++++++++++++
7 files changed, 223 insertions(+), 6 deletions(-)

--
2.25.0