]> git.ipfire.org Git - thirdparty/hostap.git/commit
Stop sched_scan in number of cases where it should not be running
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 23 Jan 2012 16:26:09 +0000 (18:26 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 23 Jan 2012 16:26:09 +0000 (18:26 +0200)
commit433cd2ce65aa4f2af8eb339e76e8d10e3c0d0aa9
tree02a41c0699372b395b6d13ab11363050a0043850
parentcd2f4ddfb91c330c778d7464a393c5f26f07d432
Stop sched_scan in number of cases where it should not be running

When a P2P group is removed, we better not leave possibly started
sched_scan running. This could happen when a separate group interface
was not used.

In addition, it looks safer to explicitly stop sched_scan before
starting P2P Listen or Find operations to make sure the offloaded
scanning is not running when doing similar P2P operations.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c
wpa_supplicant/p2p_supplicant.c