Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wifi: cfg80211: add feature flag for (re)association frame encryption

Introduce an extended feature flag that allows drivers to signal
support for encryption of (Re)Association Request and Response frames
in both non-AP STA and AP mode, as specified in specification
"IEEE P802.11bi/D3.0, 12.16.6".

Signed-off-by: Ainy Kumari <ainy.kumari@oss.qualcomm.com>
Signed-off-by: Kavita Kavita <kavita.kavita@oss.qualcomm.com>
Link: https://patch.msgid.link/20260114111900.2196941-3-kavita.kavita@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Ainy Kumari and committed by
Johannes Berg
9d17a040 f29c8521

+6
+6
include/uapi/linux/nl80211.h
··· 6754 6754 * Key Exchange (EPPKE) with user space SME (NL80211_CMD_AUTHENTICATE) 6755 6755 * in non-AP STA mode. 6756 6756 * 6757 + * @NL80211_EXT_FEATURE_ASSOC_FRAME_ENCRYPTION: This specifies that the 6758 + * driver supports encryption of (Re)Association Request and Response 6759 + * frames in both non‑AP STA and AP mode as specified in 6760 + * "IEEE P802.11bi/D3.0, 12.16.6". 6761 + * 6757 6762 * @NUM_NL80211_EXT_FEATURES: number of extended features. 6758 6763 * @MAX_NL80211_EXT_FEATURES: highest extended feature index. 6759 6764 */ ··· 6836 6831 NL80211_EXT_FEATURE_SPP_AMSDU_SUPPORT, 6837 6832 NL80211_EXT_FEATURE_BEACON_RATE_EHT, 6838 6833 NL80211_EXT_FEATURE_EPPKE, 6834 + NL80211_EXT_FEATURE_ASSOC_FRAME_ENCRYPTION, 6839 6835 6840 6836 /* add new features before the definition below */ 6841 6837 NUM_NL80211_EXT_FEATURES,