]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Remove current PMKSA from driver after reauth threshold is passed
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Wed, 27 Sep 2023 05:57:13 +0000 (11:27 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 12 Oct 2023 15:31:08 +0000 (18:31 +0300)
commit2f911fb1555e657784355d07ec1e12979b84221a
tree6232d00de15d0cb62a52e13129a7d77f04e68a55
parent2d4be0019d9236923d5fe9eac1f7e69c484d5d27
SAE: Remove current PMKSA from driver after reauth threshold is passed

wpa_supplicant postpones expired PMKSA deletion untillassociation is
lost for SAE to avoid forced disconnection. But during this time the
driver may use the expired PMKSA for reassociation with the current
connected AP.

Remove the current PMKSA for SAE from the driver after reauth threshold
is passed when the driver takes care of BSS selection.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/rsn_supp/pmksa_cache.c
src/rsn_supp/pmksa_cache.h
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/wpa_supplicant.c