All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Unsolicited broadcast probe resp support
@ 2020-08-12  1:22 Aloka Dixit
  2020-08-12  1:22 ` [PATCH v4 1/2] nl80211: Unsolicited broadcast probe response support Aloka Dixit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aloka Dixit @ 2020-08-12  1:22 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Aloka Dixit

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(-)

-- 
2.25.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-27 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-12  1:22 [PATCH v4 0/2] Unsolicited broadcast probe resp support Aloka Dixit
2020-08-12  1:22 ` [PATCH v4 1/2] nl80211: Unsolicited broadcast probe response support Aloka Dixit
2020-08-12  1:22 ` [PATCH v4 2/2] mac80211: " Aloka Dixit
2020-08-27 12:08 ` [PATCH v4 0/2] Unsolicited broadcast probe resp support Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.