]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Do not invalidate PMKSA cache for bssid_* updates
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 28 Dec 2023 13:19:24 +0000 (15:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 15:50:17 +0000 (17:50 +0200)
commit73f06af143444978f772a4ec00256bc027254a34
treed1ae76f08f4aa987f331c2860d5c306a1f562355
parent05c167eb0a4dd05c98cbc0a3b5db0e98bdffbff2
wpa_supplicant: Do not invalidate PMKSA cache for bssid_* updates

These updates do not cause the PMKSA cache to become invalid. As such,
allow setting any of bssid_hint, bssid_ignore, and bssid_accept without
clearing the cache and causing the current connection to be dropped
immediately.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/ctrl_iface.c