Do not invalidate EAP session cache on all network block parameter changes
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 16 Mar 2016 17:44:32 +0000 (19:44 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Mar 2016 17:44:32 +0000 (19:44 +0200)
commitc3dc68e84427942d4cf6026893499d2c04eca946
tree3aeae206f15328019250af1bc214add08c397254
parent9231c2476ff80f158826c10695a10e58a7fd3839
Do not invalidate EAP session cache on all network block parameter changes

The bssid and priority parameters in a network block do not have any
effect on the validity of an EAP session entry, so avoid flushing the
cached session when only these parameters are changed. This is mainly to
allow forced roaming or network selection changes without causing fast
reauthentication to be disabled if the changes are done during RSN
association that used EAP.

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