wpa_priv: Add support for EVENT_SCAN_STARTED

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2015-09-05 12:39:11 +03:00
parent d01136a06e
commit 06f52b12f9
3 changed files with 8 additions and 0 deletions

View file

@ -879,6 +879,10 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
&data->michael_mic_failure.unicast,
sizeof(int));
break;
case EVENT_SCAN_STARTED:
wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_STARTED, NULL,
0);
break;
case EVENT_SCAN_RESULTS:
wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_RESULTS, NULL,
0);