]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Fix PMKSA cache entry search for FT-SAE case
authorJouni Malinen <jouni@codeaurora.org>
Wed, 27 Mar 2019 02:03:12 +0000 (04:03 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Wed, 27 Mar 2019 02:03:12 +0000 (04:03 +0200)
commitab3aebcce50eb84f11e75bc3cd52fd97a7396d1a
treedd7b33d29cad48b152da87ec256acc2a82dcec09
parent253ce212eeb65ddc7c754f3c11704bb3f0b14139
SAE: Fix PMKSA cache entry search for FT-SAE case

Previously, PMKSA cache entries were search for AKM=SAE and that did not
find an entry that was created with FT-SAE when trying to use FT-SAE
again. That resulted in having to use full SAE authentication instead of
the faster PMKSA caching alternative.

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