]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/bss.c
FILS: Use FILS Cache Identifier to extend PMKSA applicability
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 21 Feb 2017 10:22:19 +0000 (12:22 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Feb 2017 10:05:40 +0000 (12:05 +0200)
commit869af3072874e77cfdaa357f2331b6510b72fd95
treee26a8a5dacc3f4a76e2f3abce63b7bb7c26a569d
parent6bb32582dfc38df825ee49744b4934f733bf397d
FILS: Use FILS Cache Identifier to extend PMKSA applicability

This allows PMKSA cache entries for FILS-enabled BSSs to be shared
within an ESS when the BSSs advertise the same FILS Cache Identifier
value.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
13 files changed:
src/rsn_supp/pmksa_cache.c
src/rsn_supp/pmksa_cache.h
src/rsn_supp/preauth.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/bss.c
wpa_supplicant/bss.h
wpa_supplicant/events.c
wpa_supplicant/preauth_test.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpas_glue.c