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:
parent
7a9587ceef
commit
c4c5c991da
6 changed files with 35 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue