mbox series

[v6,0/2] Add FILS discovery support

Message ID 010101747a7b2b09-e208dc39-48f6-4d49-bd4d-7b7af4931505-000000@us-west-2.amazonses.com (mailing list archive)
Headers show
Series Add FILS discovery support | expand

Message

Aloka Dixit Sept. 11, 2020, 12:05 a.m. UTC
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(-)