wpa_priv: Add support for EVENT_SCAN_STARTED
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d01136a06e
commit
06f52b12f9
3 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue