]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clear current PMKSA cache selection on association/roam
authorJouni Malinen <jouni@codeaurora.org>
Mon, 25 May 2020 13:25:50 +0000 (16:25 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 25 May 2020 13:25:50 +0000 (16:25 +0300)
commitc2080e8657f812f504ff44011115ab5816b2ce3f
treec25d3e03f63cd4cbac317a63ae53090071791c52
parentbf47f0542f7dee6d3a476cf971b6c51b84a43957
Clear current PMKSA cache selection on association/roam

It was possible for the RSN state machine to maintain old PMKSA cache
selection (sm->cur_pmksa) when roaming to another BSS based on
driver-based roaming indication. This could result in mismatching state
and unexpected behavior, e.g., with not generating a Suite B PMKSA cache
entry.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/rsn_supp/pmksa_cache.c
wpa_supplicant/events.c