blob: dc2b05b1a34240b3373a95c54da3cea26581f31e [file] [log] [blame]
developer42b63282022-06-16 13:33:13 +08001--- a/include/uapi/linux/nl80211.h
2+++ b/include/uapi/linux/nl80211.h
3@@ -6027,6 +6027,11 @@ enum nl80211_feature_flags {
4 * @NL80211_EXT_FEATURE_BSS_COLOR: The driver supports BSS color collision
5 * detection and change announcemnts.
6 *
7+ * @NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD: Driver running in AP mode supports
8+ * FILS encryption and decryption for (Re)Association Request and Response
9+ * frames. Userspace has to share FILS AAD details to the driver by using
10+ * @NL80211_CMD_SET_FILS_AAD.
11+ *
12 * @NL80211_EXT_FEATURE_RADAR_BACKGROUND: Device supports background radar/CAC
13 * detection.
14 *
15@@ -6095,6 +6100,7 @@ enum nl80211_ext_feature_index {
16 NL80211_EXT_FEATURE_SECURE_RTT,
17 NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE,
18 NL80211_EXT_FEATURE_BSS_COLOR,
19+ NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD,
20 NL80211_EXT_FEATURE_RADAR_BACKGROUND,
21
22 /* add new features before the definition below */