Suite B: PMKID derivation for AKM 00-0F-AC:11
authorJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 11:22:46 +0000 (13:22 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Nov 2014 15:09:11 +0000 (17:09 +0200)
commit087a1f4efde58ddab493a46437d13e9a4985f62d
treec317aa42cf03d9b9fb89c2ddf7f2f6d9c58efbee
parent666497c8e65c3e6981d0c142a442dd7202c5d0b4
Suite B: PMKID derivation for AKM 00-0F-AC:11

The new AKM uses a different mechanism of deriving the PMKID based on
KCK instead of PMK. hostapd was already doing this after the KCK had
been derived, but wpa_supplicant functionality needs to be moved from
processing of EAPOL-Key frame 1/4 to 3/4 to have the KCK available.

Signed-off-by: Jouni Malinen <j@w1.fi>
13 files changed:
hostapd/Android.mk
hostapd/Makefile
src/ap/pmksa_cache_auth.c
src/ap/pmksa_cache_auth.h
src/ap/wpa_auth.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/pmksa_cache.c
src/rsn_supp/pmksa_cache.h
src/rsn_supp/preauth.c
src/rsn_supp/wpa.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile