]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not flush PMKSA cache on restoring dedicated per-ESS MAC address
authorJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:04:36 +0000 (12:04 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:33:16 +0000 (12:33 +0200)
commit8717110db1a6e16592f7e4fdb03458c9790a1026
treee4fd35cfe7e46bceae4e0c931973db7e5f20f056
parent1d4027fdbef20c84e0ead2d66e2daf43919bf202
Do not flush PMKSA cache on restoring dedicated per-ESS MAC address

Now that we check in PMKSA cache code whether the entry was created for
the same local address, it is fine to leave the old entries in the cache
even if we have changed addresses. This allows a valid PMKSA cache entry
to be used when restoring the same MAC address for the same ESS.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_supplicant.c