mbox series

[v2,00/10] MBSSID and EMA support in AP mode

Message ID 20221114201912.22893-1-quic_alokad@quicinc.com
Headers show
Series MBSSID and EMA support in AP mode | expand

Message

Aloka Dixit Nov. 14, 2022, 8:19 p.m. UTC
Add support for enhanced multiple BSSID (EMA AP) in MAC80211 and
ath11k driver.

All patches in this version are based on wireless-next tree.

Aloka Dixit (10):
  mac80211: generate EMA beacons in AP mode
  ath11k: add WMI resource config for EMA
  ath11k: set MBSSID and EMA driver capabilities
  ath11k: MBSSID configuration during vdev create/start
  ath11k: create a structure for WMI vdev up parameters
  ath11k: rename struct wmi_vdev_up_cmd members
  ath11k: configure MBSSID device parameters
  ath11k: move vif parameter setting in a different function
  ath11k: EMA beacon support
  ath11k: configure WPA and RSN parameters for nontransmitting interface

 drivers/net/wireless/ath/ath11k/core.h |   2 +
 drivers/net/wireless/ath/ath11k/hw.c   |   3 +
 drivers/net/wireless/ath/ath11k/hw.h   |   1 +
 drivers/net/wireless/ath/ath11k/mac.c  | 361 ++++++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/wmi.c  |  34 ++-
 drivers/net/wireless/ath/ath11k/wmi.h  |  66 ++++-
 include/net/mac80211.h                 |  68 +++++
 net/mac80211/cfg.c                     |   7 +-
 net/mac80211/ieee80211_i.h             |  10 +-
 net/mac80211/tx.c                      | 134 ++++++++-
 10 files changed, 621 insertions(+), 65 deletions(-)


base-commit: 901c247f9687b5aecc950a931a3b0e1930d02bfd