]> git.ipfire.org Git - thirdparty/hostap.git/commit
Cancel delayed scheduled scan when wpa_supplicant cleans up
authorChengyi Zhao <chengyix.zhao@gmail.com>
Sat, 20 Jul 2013 14:47:02 +0000 (17:47 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jul 2013 14:47:02 +0000 (17:47 +0300)
commit831770bffe7536b1c63608c2bef0ea223edb605d
tree8dc963375f600df80790f25c4a6e7da1d37f3cf2
parent69dd2967db680a2dafc6f86feedb4730dc93a015
Cancel delayed scheduled scan when wpa_supplicant cleans up

Because a delayed scheduled scan will access the members of struct
wpa_supplicant which is freed and this can result in a crash,
wpa_supplicant needs to cancel delayed scheduled scan during cleanups.

Signed-hostap: Chengyi Zhao <chengyix.zhao@gmail.com>
wpa_supplicant/scan.c
wpa_supplicant/scan.h
wpa_supplicant/wpa_supplicant.c