From: Jouni Malinen Date: Thu, 18 Dec 2025 09:22:40 +0000 (+0200) Subject: PASN: Remove unused WPA_PASN_MIC_MAX_LEN define X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044fd362314b9b5dc03a0e76702f0bee78d9a046;p=thirdparty%2Fhostap.git PASN: Remove unused WPA_PASN_MIC_MAX_LEN define 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 --- diff --git a/src/common/wpa_common.h b/src/common/wpa_common.h index 92f5d5df6..0296bd36e 100644 --- a/src/common/wpa_common.h +++ b/src/common/wpa_common.h @@ -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 /**