aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ieee80211.h
diff options
context:
space:
mode:
authorSrinivas Dasari <dasaris@codeaurora.org>2018-02-06 19:49:35 +0530
committerJohannes Berg <johannes.berg@intel.com>2018-02-19 13:25:50 +0100
commit22e76844c566e474a9a3e0c2206e45766b5941b7 (patch)
treecc3dd5c07c182f1951fb50c886ad6d2c5568dfea /include/linux/ieee80211.h
parentmac80211: Add tx ack signal support in sta info (diff)
downloadlinux-dev-22e76844c566e474a9a3e0c2206e45766b5941b7.tar.xz
linux-dev-22e76844c566e474a9a3e0c2206e45766b5941b7.zip
ieee80211: Increase PMK maximum length to 64 bytes
Increase the PMK maximum length to 64 bytes to accommodate the key length used in DPP with the NIST P-521 and Brainpool 512 curves. Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r--include/linux/ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index ee6657a0ed69..e4cba332b705 100644
--- a/include/linux/ieee80211.h
+++ b/include/linux/ieee80211.h
@@ -2111,7 +2111,7 @@ enum ieee80211_key_len {
#define FILS_ERP_MAX_REALM_LEN 253
#define FILS_ERP_MAX_RRK_LEN 64
-#define PMK_MAX_LEN 48
+#define PMK_MAX_LEN 64
/* Public action codes (IEEE Std 802.11-2016, 9.6.8.1, Table 9-307) */
enum ieee80211_pub_actioncode {