]> git.ipfire.org Git - thirdparty/hostap.git/commit
Cancel pending scan request on DISCONNECT command
authorJouni Malinen <j@w1.fi>
Tue, 26 Jun 2012 16:57:03 +0000 (19:57 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 26 Jun 2012 16:57:03 +0000 (19:57 +0300)
commitd7ded758320ed7ef6c290583bd7e552ab12589a8
treec759eb3c17305f6ce93aa464a151fcca705df336
parent992189991ca99e89208a1bad4cb4305e115dd66f
Cancel pending scan request on DISCONNECT command

Previously, a pending scan request could be left running when processing
DISCONNECT command from control interface. This can result in unexpected
scan, so cancel the request to avoid this.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c