]> git.ipfire.org Git - thirdparty/hostap.git/commit
Ignore externally triggered scan results with scan_res_handler
authorJouni Malinen <j@w1.fi>
Fri, 3 Jan 2014 10:00:13 +0000 (12:00 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 5 Jan 2014 20:34:17 +0000 (22:34 +0200)
commit06f9acce189b20daee8fe8fd46cd849425304130
treeecfcdfb993c20dbc554766eb2b13b44b8684f977
parentc9b55597374f9d9f76eb316e19c2208afa2bdbef
Ignore externally triggered scan results with scan_res_handler

wpa_s->scan_res_handler is set only for cases where a scan operation is
requested for a specific purpose. As such, this callback should only be
called when a scan result from a scan that was triggered by
wpa_supplicant is processed.

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