Don't optimize scan frequencies if selected network has changed
authorAvraham Stern <avraham.stern@intel.com>
Mon, 16 Mar 2015 05:20:01 +0000 (01:20 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 22 Mar 2015 18:36:01 +0000 (20:36 +0200)
commit701f3961e3781960ec2dff168a44e167e1dae292
tree5c8260501fd89b589bc270bdfa87a1e00d3b15c4
parent24b3b3231674bd35ce2dad4abe4ca21bc8dab64c
Don't optimize scan frequencies if selected network has changed

When disconnecting from a BSS, the next scan is optimized to scan only
the channels used by the connected ESS. But when disconnecting because a
new network was selected, this optimization is wrong because
wpa_supplicant is now trying to connect to another ESS. Fix this by not
optimizing the scan frequencies in case the selected network has
changed.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
wpa_supplicant/wpa_supplicant.c