]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
PASN: Remove unused WPA_PASN_MIC_MAX_LEN define
authorJouni Malinen <jouni.malinen@oss.qualcomm.com>
Thu, 18 Dec 2025 09:22:40 +0000 (11:22 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 18 Dec 2025 10:08:24 +0000 (12:08 +0200)
WPA_PASN_MAX_MIC_LEN is defined to have the same value and that define
is actually used in the implementation.

Signed-off-by: Jouni Malinen <jouni.malinen@oss.qualcomm.com>
src/common/wpa_common.h

index 92f5d5df650614f94a422127f2c80b8f36c01e9a..0296bd36ee5d4044b7a368a288239e1bbd6303c3 100644 (file)
@@ -247,7 +247,6 @@ struct wpa_eapol_key {
 #define FILS_ICK_MAX_LEN 48
 #define FILS_FT_MAX_LEN 48
 #define WPA_PASN_KCK_LEN 32
-#define WPA_PASN_MIC_MAX_LEN 24
 #define WPA_LTF_KEYSEED_MAX_LEN 48
 
 /**