]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix eapol-key-auth fuzzer build
authorJouni Malinen <j@w1.fi>
Sun, 2 Mar 2025 15:47:42 +0000 (17:47 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Mar 2025 15:47:42 +0000 (17:47 +0200)
Fixes: c439291fcc5e ("AP MLD: Store PMKSA generated from SAE authentication into ml_pmksa")
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/eapol-key-auth/eapol-key-auth.c

index 17f69fd769b98edac0b57e2c7fcbfb041967609e..ba31799f4df5790f5a5503bb8c6b055efbf789ce 100644 (file)
@@ -262,8 +262,8 @@ static int auth_init(struct wpa *wpa)
        }
 
        if (wpa_validate_wpa_ie(wpa->auth_group, wpa->auth, 2412, supp_ie,
-                               supp_ie_len, NULL, 0, NULL, 0, NULL, 0, NULL) !=
-           WPA_IE_OK) {
+                               supp_ie_len, NULL, 0, NULL, 0, NULL, 0, NULL,
+                               false) != WPA_IE_OK) {
                wpa_printf(MSG_DEBUG, "AUTH: wpa_validate_wpa_ie() failed");
                return -1;
        }