]> git.ipfire.org Git - thirdparty/hostap.git/commit
Store own MAC address (SPA) in supplicant PMKSA cache entries
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 10 Nov 2022 12:09:29 +0000 (14:09 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 10 Nov 2022 19:13:05 +0000 (21:13 +0200)
commit9f04a9c8dd7a023d95ab929648a47c6343c844b8
treefa482e1a6fdc228d5b2a39632f9de410af82d80d
parentf1f796a39f31c2190ad58f853365e03c7cbaab87
Store own MAC address (SPA) in supplicant PMKSA cache entries

This is needed to be able to determine whether a PMKSA cache entry is
valid when using changing MAC addresses. This could also be used to
implement a mechanism to restore a previously used MAC address instead
of a new random MAC address.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/rsn_supp/pmksa_cache.c
src/rsn_supp/pmksa_cache.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dpp_supplicant.c