]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Flush PMKSA if an assoc reject without timeout is received
authorSrinivas Dasari <dasaris@codeaurora.org>
Thu, 10 May 2018 10:13:28 +0000 (15:43 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 15 May 2018 22:16:54 +0000 (01:16 +0300)
commitd109aa6cacf2c3f643de0c758a30b0daf936a67a
tree2ea47684ee9a65e081f47ff47c045ff520f428c9
parent46053a4c93555a40d49d548a88023097d79d7289
SAE: Flush PMKSA if an assoc reject without timeout is received

Flush the PMKSA upon receiving association reject event without timeout
in the event data in SME-in-driver case to avoid trying to use the old
PMKSA entry in subsequent connection attempts. Do not flush PMKSA if
association reject is received with timeout as it is generated
internally from the driver without reaching the AP. This is similar to
the SME-in-wpa_supplicant case that was already addressed within
sme_event_assoc_reject().

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