]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Fix PMKID derivation for OKC
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Tue, 4 May 2021 05:17:25 +0000 (10:47 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 21 May 2021 18:05:41 +0000 (21:05 +0300)
commite2e2655ce825a523f3ceca8a066f20533aa04683
tree79bbf7092f875d84aa023fb2b9dafe891d7549b0
parent6abfb1418c6913e6367666fd8ad9b72027c73498
FILS: Fix PMKID derivation for OKC

FILS authentication derives PMK differently from the EAP cases. The PMK
value does not bind in the MAC addresses of the STAs. As such, the same
PMKID is used with different BSSIDs. Fix both the hostapd and
wpa_supplicant to use the previous PMKID as is for OKC instead of
deriving a new PMKID using an incorrect derivation method when using an
FILS AKM.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
src/ap/pmksa_cache_auth.c
src/rsn_supp/pmksa_cache.c