SAE: Do not reject reauth threshold passed PMKSA in association event

Do not reject reauth threshold passed PMKSA indicated in successful
association event since the PMKSA is still valid.

Additionally, remove the reauth threshold passed PMKSA entry from the
driver to prevent using it further in the driver.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
This commit is contained in:
Veerendranath Jakkam 2023-09-27 10:25:34 +05:30 committed by Jouni Malinen
parent 7a9587ceef
commit c4c5c991da
6 changed files with 35 additions and 17 deletions

View file

@ -357,7 +357,7 @@ int main(int argc, char *argv[])
ret = -2;
else {
ret = pmksa_cache_set_current(wpa_s.wpa, NULL, bssid, NULL, 0,
NULL, 0) ? 0 : -3;
NULL, 0, false) ? 0 : -3;
}
test_eapol_clean(&wpa_s);