From: Jouni Malinen Date: Sun, 2 Mar 2025 15:47:42 +0000 (+0200) Subject: tests: Fix eapol-key-auth fuzzer build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581848d119dabbd84e4cf8a10219c3c48d38e5df;p=thirdparty%2Fhostap.git tests: Fix eapol-key-auth fuzzer build Fixes: c439291fcc5e ("AP MLD: Store PMKSA generated from SAE authentication into ml_pmksa") Signed-off-by: Jouni Malinen --- diff --git a/tests/fuzzing/eapol-key-auth/eapol-key-auth.c b/tests/fuzzing/eapol-key-auth/eapol-key-auth.c index 17f69fd76..ba31799f4 100644 --- a/tests/fuzzing/eapol-key-auth/eapol-key-auth.c +++ b/tests/fuzzing/eapol-key-auth/eapol-key-auth.c @@ -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; }