]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add own MAC address used for key derivation to PTKSA cache
authorVinay Gannevaram <quic_vganneva@quicinc.com>
Sun, 20 Mar 2022 09:26:00 +0000 (14:56 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 1 Sep 2022 16:01:21 +0000 (19:01 +0300)
commit580bd04cf3525d61166522299c544299166202c0
treedada26a6277a9b2c63cc74631a76ab80b7303443
parentd0d585c481157c5456c36edaf8991279cb924125
Add own MAC address used for key derivation to PTKSA cache

On successful PASN handshake or 4-way handshake with a peer, PTK is
derived using the local and peer MAC addresses as input. Store the own
MAC address that is used for key derivation in PTKSA cache to maintain
that state over potential MAC addresses changes.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/ap/ieee802_11.c
src/ap/wpa_auth_glue.c
src/common/ptksa_cache.c
src/common/ptksa_cache.h
wpa_supplicant/pasn_supplicant.c
wpa_supplicant/wpas_glue.c