All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/4] multiple bssid and EMA support in AP mode
@ 2021-04-26 19:05 Aloka Dixit
  2021-04-26 19:05 ` [PATCH v10 1/4] nl80211: " Aloka Dixit
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Aloka Dixit @ 2021-04-26 19:05 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Aloka Dixit

This patchset adds support for multiple BSSID and
enhanced multi-BSSID advertisements for AP mode.

HWSIM support will be added in a separate patchset.

John Crispin (4):
  nl80211: multiple bssid and EMA support in AP mode
  mac80211: multiple bssid support in interface handling
  mac80211: MBSSID and EMA support in beacon handling
  mac80211: CSA on non-transmitting interfaces

 include/net/cfg80211.h       |  51 +++++++
 include/net/mac80211.h       | 123 ++++++++++++++-
 include/uapi/linux/nl80211.h | 101 ++++++++++++-
 net/mac80211/cfg.c           | 198 +++++++++++++++++++++++--
 net/mac80211/debugfs.c       |   2 +
 net/mac80211/ieee80211_i.h   |   2 +
 net/mac80211/iface.c         |  12 ++
 net/mac80211/tx.c            | 189 ++++++++++++++++++++---
 net/wireless/nl80211.c       | 280 ++++++++++++++++++++++++++++++-----
 9 files changed, 883 insertions(+), 75 deletions(-)


base-commit: 5d869070569a23aa909c6e7e9d010fc438a492ef
-- 
2.31.1


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

end of thread, other threads:[~2021-06-28 19:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 19:05 [PATCH v10 0/4] multiple bssid and EMA support in AP mode Aloka Dixit
2021-04-26 19:05 ` [PATCH v10 1/4] nl80211: " Aloka Dixit
2021-06-14 16:15   ` Aloka Dixit
2021-06-23 15:55   ` Johannes Berg
2021-04-26 19:05 ` [PATCH v10 2/4] mac80211: multiple bssid support in interface handling Aloka Dixit
2021-06-23 15:57   ` Johannes Berg
2021-06-28 17:16     ` Aloka Dixit
2021-06-28 19:17       ` Johannes Berg
2021-04-26 19:05 ` [PATCH v10 3/4] mac80211: MBSSID and EMA support in beacon handling Aloka Dixit
2021-04-26 19:05 ` [PATCH v10 4/4] mac80211: CSA on non-transmitting interfaces Aloka Dixit
2021-06-23 16:03   ` 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.