Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH wireless-next v3 0/2] wifi: cfg80211/mac80211: indicate (Re)Association frame encryption in SME-in-driver mode
@ 2026-05-04 12:36 Kavita Kavita
  2026-05-04 12:36 ` [PATCH wireless-next v3 1/2] wifi: cfg80211: indicate (Re)Association frame encryption to userspace Kavita Kavita
  2026-05-04 12:36 ` [PATCH wireless-next v3 2/2] wifi: mac80211: set assoc_encrypted for EPP associations Kavita Kavita
  0 siblings, 2 replies; 5+ messages in thread
From: Kavita Kavita @ 2026-05-04 12:36 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, kavita.kavita

Add support for indicating (Re)Association frame encryption
(IEEE P802.11bi/D4.0, 12.16.6) to userspace (e.g., wpa_supplicant)
in SME-in-driver mode.

These changes are tested with Hwsim Tool.

---
Changes in v3:
 - This is a continuation of "[PATCH wireless-next v2] wifi: cfg80211:
   indicate (Re)Association frame encryption to userspace".
 - Bring back the following patch based on reviewer feedback:
   "[PATCH wireless-next 2/2] wifi: cfg80211/mac80211: extend
    cfg80211_rx_assoc_resp_data() for assoc encryption"
 - Split into two patches as suggested by Johannes: keep all cfg80211
   infrastructure changes in the first patch and mac80211 changes in
   the second patch.
---
Changes in v2:
 - This is a continuation of the previous series:
   "[PATCH wireless-next 0/2] wifi: cfg80211/mac80211: indicate
    (Re)Association frame encryption in SME-in-driver mode".
   Now sending as a single patch.
 - Dropped the patch 2/2, as there is no current use case for passing
   assoc_encrypted when both NL80211_CMD_ASSOCIATE and
   NL80211_CMD_CONNECT are indicated.
 - Removed redundant NLA_REJECT entry and Updated commit message.
---

Kavita Kavita (2):
  wifi: cfg80211: indicate (Re)Association frame encryption to userspace
  wifi: mac80211: set assoc_encrypted for EPP associations

 include/net/cfg80211.h       | 6 ++++++
 include/uapi/linux/nl80211.h | 9 +++++++++
 net/mac80211/mlme.c          | 9 +++++++++
 net/wireless/mlme.c          | 1 +
 net/wireless/nl80211.c       | 4 +++-
 net/wireless/sme.c           | 1 +
 6 files changed, 29 insertions(+), 1 deletion(-)


base-commit: 7baf5857e15d722776898510a10546d6b2f18645
-- 
2.34.1


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

end of thread, other threads:[~2026-05-06  8:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 12:36 [PATCH wireless-next v3 0/2] wifi: cfg80211/mac80211: indicate (Re)Association frame encryption in SME-in-driver mode Kavita Kavita
2026-05-04 12:36 ` [PATCH wireless-next v3 1/2] wifi: cfg80211: indicate (Re)Association frame encryption to userspace Kavita Kavita
2026-05-04 12:36 ` [PATCH wireless-next v3 2/2] wifi: mac80211: set assoc_encrypted for EPP associations Kavita Kavita
2026-05-04 14:15   ` Johannes Berg
2026-05-06  8:58     ` Kavita Kavita

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox