mbox series

[v4,0/2] Unsolicited broadcast probe resp support

Message ID 20200812012226.11347-1-alokad@codeaurora.org (mailing list archive)
Headers show
Series Unsolicited broadcast probe resp support | expand

Message

Aloka Dixit Aug. 12, 2020, 1:22 a.m. UTC
Unsolicited broadcast probe response tranmission is used for in-band
discovery in 6GHz band (IEEE P802.11ax/D6.0 26.17.2.3.2, AP behavior for
fast passive scanning).

v4: Addressed comments.

v3: Rebased. Removed check for 6Ghz, drivers should add that check.

v2: Removed flag 'enabled' and changed 6GHz frequency range as per
    IEEE P802.11ax/D6.1.

Aloka Dixit (2):
  nl80211: Unsolicited broadcast probe response support
  mac80211: Unsolicited broadcast probe response support

 include/net/cfg80211.h       | 23 +++++++++++++++
 include/net/mac80211.h       | 24 +++++++++++++++
 include/uapi/linux/nl80211.h | 32 ++++++++++++++++++++
 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            | 29 ++++++++++++++++++
 net/wireless/nl80211.c       | 41 ++++++++++++++++++++++++++
 9 files changed, 214 insertions(+), 6 deletions(-)

Comments

Johannes Berg Aug. 27, 2020, 12:08 p.m. UTC | #1
This has the same issue as the FILS changes with the feature flags etc.

johannes