[PATCH 1/6] temp: Sync with mac80211-next.git include/uapi/linux/nl80211.h
Veerendranath Jakkam
quic_vjakkam at quicinc.com
Sat Jan 7 23:51:48 PST 2023
From: Vinay Gannevaram <quic_vganneva at quicinc.com>
This brings in nl80211 definitions which are yet to be approved.
---
src/drivers/nl80211_copy.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/drivers/nl80211_copy.h b/src/drivers/nl80211_copy.h
index c14a91bbc..9b0c8b546 100644
--- a/src/drivers/nl80211_copy.h
+++ b/src/drivers/nl80211_copy.h
@@ -6294,6 +6294,9 @@ enum nl80211_feature_flags {
* might apply, e.g. no scans in progress, no offchannel operations
* in progress, and no active connections.
*
+ * @NL80211_EXT_FEATURE_AUTH_AND_DEAUTH_RANDOM_TA: Device supports randomized TA
+ * for authentication and deauthentication frames in @NL80211_CMD_FRAME.
+ *
* @NUM_NL80211_EXT_FEATURES: number of extended features.
* @MAX_NL80211_EXT_FEATURES: highest extended feature index.
*/
@@ -6362,6 +6365,7 @@ enum nl80211_ext_feature_index {
NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD,
NL80211_EXT_FEATURE_RADAR_BACKGROUND,
NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE,
+ NL80211_EXT_FEATURE_AUTH_AND_DEAUTH_RANDOM_TA,
/* add new features before the definition below */
NUM_NL80211_EXT_FEATURES,
--
2.25.1
More information about the Hostap
mailing list