diff options
| author | Shivani Baranwal <quic_shivbara@quicinc.com> | 2022-12-06 17:37:15 +0300 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2023-01-18 19:31:50 +0300 |
| commit | 648fba791cb0f5ef6166449d056f82e6639fe268 (patch) | |
| tree | ee1e4462127845682813b03661d74b10fecf85b0 /include/uapi/linux | |
| parent | df4969ca135b9b3b2c38c07514aaa775112ac835 (diff) | |
| download | linux-648fba791cb0f5ef6166449d056f82e6639fe268.tar.xz | |
wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offload
Currently, maximum KCK key length supported for GTK rekey offload is 24
bytes but with some newer AKMs the KCK key length can be 32 bytes. e.g.,
00-0F-AC:24 AKM suite with SAE finite cyclic group 21. Add support to
allow 32 bytes KCK keys in GTK rekey offload.
Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Link: https://lore.kernel.org/r/20221206143715.1802987-3-quic_vjakkam@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index c14a91bbca7c..429bdc399962 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -5869,6 +5869,7 @@ enum plink_actions { #define NL80211_KEK_LEN 16 #define NL80211_KCK_EXT_LEN 24 #define NL80211_KEK_EXT_LEN 32 +#define NL80211_KCK_EXT_LEN_32 32 #define NL80211_REPLAY_CTR_LEN 8 /** |
