]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Flush PMKSA if an assoc reject without timeout is received
authorSrinivas Dasari <dasaris@codeaurora.org>
Wed, 5 Sep 2018 14:56:29 +0000 (20:26 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 18 Sep 2018 10:15:20 +0000 (13:15 +0300)
commit50b77f50e80fc1e40bf9aa5682a006fa8d278090
tree93ecc44e36b2233e5ba3af2d356361e05a29c908
parent60377efcc167e846de0fe404123a30fd8cb8fbf0
DPP: Flush PMKSA if an assoc reject without timeout is received

Flush the PMKSA upon receiving assoc reject event without timeout
in the event data, to avoid trying the subsequent connections
with the old PMKID. Do not flush PMKSA if assoc reject is
received with timeout as it is generated internally from the
driver without reaching the AP.

This extends commit d109aa6cacf2c3f643de0c758a30b0daf936a67a ("SAE:
Flush PMKSA if an assoc reject without timeout is received") to handle
also the DPP AKM.

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