All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Unsolicited bcast probe resp support
@ 2020-06-02  3:19 Aloka Dixit
  2020-06-02  3:20 ` [PATCH 1/2] nl80211: " Aloka Dixit
  2020-06-02  3:20 ` [PATCH 2/2] mac80211: 20TU unsolicited " Aloka Dixit
  0 siblings, 2 replies; 3+ messages in thread
From: Aloka Dixit @ 2020-06-02  3:19 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Aloka Dixit

This patchset adds support for unsolicited broadcast probe response
for in-band discovery in 6GHz. Packet interval range is 0 -20 TUs.

Aloka Dixit (2):
  nl80211: Unsolicited bcast probe resp support
  mac80211: 20TU unsolicited bcast probe resp support

 include/net/cfg80211.h       | 21 +++++++++++++++
 include/net/mac80211.h       | 21 +++++++++++++++
 include/uapi/linux/nl80211.h | 32 ++++++++++++++++++++++
 net/mac80211/cfg.c           | 44 ++++++++++++++++++++++++++++++
 net/mac80211/ieee80211_i.h   |  7 +++++
 net/mac80211/tx.c            | 26 ++++++++++++++++++
 net/wireless/nl80211.c       | 52 ++++++++++++++++++++++++++++++++++++
 7 files changed, 203 insertions(+)

-- 
2.25.0


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

end of thread, other threads:[~2020-06-02  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  3:19 [PATCH 0/2] Unsolicited bcast probe resp support Aloka Dixit
2020-06-02  3:20 ` [PATCH 1/2] nl80211: " Aloka Dixit
2020-06-02  3:20 ` [PATCH 2/2] mac80211: 20TU unsolicited " Aloka Dixit

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.