ath12k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Aloka Dixit <quic_alokad@quicinc.com>
To: <ath12k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Cc: Aloka Dixit <quic_alokad@quicinc.com>
Subject: [PATCH v2 0/9] wifi: ath12k: MBSSID and EMA AP support
Date: Wed, 8 May 2024 13:29:03 -0700	[thread overview]
Message-ID: <20240508202912.11902-1-quic_alokad@quicinc.com> (raw)

Add support for multiple BSSID (MBSSID) and enhanced multi-BSSID
advertisements (EMA) features in AP mode. Set extended capabilities,
WMI resource configurations to advertise the driver support to
userspace and to firmware. Configure each MBSSID profile by sending
BSSID index, total BSS count to firmware. Retrieve and propagate
MBSSID/EMA beacon templates to firmware. Set the arvif security
parameters for non-transmitting profiles.

v2: Rebased v1 patches, no functional change.

Aloka Dixit (9):
  wifi: ath12k: advertise driver capabilities for MBSSID and EMA
  wifi: ath12k: configure MBSSID params in vdev create/start
  wifi: ath12k: rename MBSSID fields in wmi_vdev_up_cmd
  wifi: ath12k: create a structure for WMI vdev up parameters
  wifi: ath12k: configure MBSSID parameters in AP mode
  wifi: ath12k: refactor arvif security parameter configuration
  wifi: ath12k: add MBSSID beacon support
  wifi: ath12k: add EMA beacon support
  wifi: ath12k: skip sending vdev down for channel switch

 drivers/net/wireless/ath/ath12k/hw.h  |   1 +
 drivers/net/wireless/ath/ath12k/mac.c | 324 +++++++++++++++++++++-----
 drivers/net/wireless/ath/ath12k/wmi.c |  40 +++-
 drivers/net/wireless/ath/ath12k/wmi.h |  46 +++-
 4 files changed, 345 insertions(+), 66 deletions(-)


base-commit: 1025c616ee13372f3803b158abb1d87ef368ae3d
-- 
2.39.0



             reply	other threads:[~2024-05-08 20:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 20:29 Aloka Dixit [this message]
2024-05-08 20:29 ` [PATCH v2 1/9] wifi: ath12k: advertise driver capabilities for MBSSID and EMA Aloka Dixit
2024-05-16  8:15   ` Kalle Valo
2024-05-08 20:29 ` [PATCH v2 2/9] wifi: ath12k: configure MBSSID params in vdev create/start Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 3/9] wifi: ath12k: rename MBSSID fields in wmi_vdev_up_cmd Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 4/9] wifi: ath12k: create a structure for WMI vdev up parameters Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 5/9] wifi: ath12k: configure MBSSID parameters in AP mode Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 6/9] wifi: ath12k: refactor arvif security parameter configuration Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 7/9] wifi: ath12k: add MBSSID beacon support Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 8/9] wifi: ath12k: add EMA " Aloka Dixit
2024-05-08 20:29 ` [PATCH v2 9/9] wifi: ath12k: skip sending vdev down for channel switch Aloka Dixit
2024-05-13 22:54 ` [PATCH v2 0/9] wifi: ath12k: MBSSID and EMA AP support Jeff Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240508202912.11902-1-quic_alokad@quicinc.com \
    --to=quic_alokad@quicinc.com \
    --cc=ath12k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).