]> git.ipfire.org Git - thirdparty/hostap.git/commit
Do not flush PMKSA on bssid_hint change
authorPurushottam Kushwaha <pkushwah@qti.qualcomm.com>
Fri, 19 May 2017 18:24:10 +0000 (23:54 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 22 May 2017 10:25:49 +0000 (13:25 +0300)
commit34ee12c559a1838ccedabce04602997e0bac2911
tree1a8145de11783688513321defd73f2d0dba4d3a4
parent290834df69556b903b49f2a45671cc62b44f13bb
Do not flush PMKSA on bssid_hint change

Change in any network configuration at runtime will cause flush to
PMKSA cache. For most of the network parameters if there is no change
in value, PMKSA flush is not performed except 'bssid' and 'priority'.

Add 'bssid_hint' to exemption list of avoiding PMKSA flush on change.
This is needed to complete change in commit
43a356b2687219b7a212df8ef21237b5ddf49f35 ('Provide option to configure
BSSID hint for a network').

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c