Abort an ongoing scan before connect
authorKanchanapally, Vidyullatha <vkanchan@qti.qualcomm.com>
Mon, 19 Oct 2015 14:00:34 +0000 (19:30 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 26 Nov 2015 17:44:14 +0000 (19:44 +0200)
commit4ead7cfd5d7dfe2f80ffe5b744291b2e149321eb
treef7ce01a9905f4afbf2feb3cfefb8bac7a833d117
parent4f30addb3866a8bb9393c1cfd42e012150c36a8e
Abort an ongoing scan before connect

Connect radio work is sometimes delayed for a considerable duration if
there is an ongoing scan radio work. To avoid these delays abort the
ongoing scan on that interface before queuing a connect request. Upon a
scan done indication from the driver, connect radio work will be
scheduled.

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