Home
last modified time | relevance | path

Searched refs:wpa_supplicant_event (Results 1 – 25 of 45) sorted by relevance

12

/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c351 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL); in wpa_driver_privsep_event_assoc()
371 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data); in wpa_driver_privsep_event_interface_status()
385 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_privsep_event_michael_mic_failure()
399 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_privsep_event_pmkid_candidate()
412 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_privsep_event_stkstart()
429 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data); in wpa_driver_privsep_event_ft_response()
480 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
487 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_privsep_receive()
Ddriver_broadcom.c269 wpa_supplicant_event(ctx, EVENT_ASSOC, &data); in wpa_driver_broadcom_event_receive()
274 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_broadcom_event_receive()
279 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
284 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
395 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_broadcom_scan_timeout()
Ddriver_wext.c256 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_custom()
297 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_wireless_custom()
309 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_wext_event_wireless_custom()
340 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure()
367 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand()
432 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies()
494 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless()
504 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, in wpa_driver_wext_event_wireless()
535 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_wext_event_wireless()
596 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_wext_event_link()
[all …]
Ddriver_test.c486 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event); in wpa_driver_test_send_mlme()
561 wpa_supplicant_event(drv->ctx, EVENT_RX_PROBE_REQ, &event); in test_driver_scan()
823 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in test_driver_mlme()
1317 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_poll()
1345 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_test_scan_timeout()
1670 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_associate()
1724 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_deauthenticate()
1738 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassociate()
1877 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &event); in wpa_driver_test_assocresp()
1880 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_assocresp()
[all …]
Ddriver_ralink.c301 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ralink_event_pmkid()
469 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_ralink_event_wireless_custom()
514 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ralink_event_wireless_custom()
533 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in ralink_interface_up()
614 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_ralink_event_wireless()
688 wpa_supplicant_event(ctx, EVENT_DISASSOC, in wpa_driver_ralink_event_wireless()
885 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ralink_scan_timeout()
Ddriver_bsd.c796 wpa_supplicant_event(drv->hapd, in bsd_wireless_event_receive()
1220 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
1231 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive()
1236 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive()
1241 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive()
1267 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_bsd_event_receive()
1282 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
Ddriver.h3221 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
3239 wpa_supplicant_event(ctx, EVENT_ASSOC, &event); in drv_event_assoc()
3247 wpa_supplicant_event(ctx, EVENT_DISASSOC, &event); in drv_event_disassoc()
3258 wpa_supplicant_event(ctx, EVENT_EAPOL_RX, &event); in drv_event_eapol_rx()
Ddriver_nl80211.c438 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_link()
512 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_DISABLED, NULL); in wpa_driver_nl80211_event_rtm_newlink()
518 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, NULL); in wpa_driver_nl80211_event_rtm_newlink()
620 wpa_supplicant_event(drv->ctx, EVENT_AUTH, &event); in mlme_event_auth()
699 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_assoc()
717 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_assoc()
748 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_connect()
767 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_connect()
792 wpa_supplicant_event(drv->ctx, ev, &event); in mlme_timeout_event()
824 wpa_supplicant_event(drv->ctx, EVENT_RX_ACTION, &event); in mlme_event_mgmt()
[all …]
Ddriver_ndis.c745 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
1461 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo()
1482 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1489 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1528 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect()
1539 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect()
1571 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth()
1614 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid()
1678 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival()
1692 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
Ddriver_wired.c143 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in handle_data()
202 wpa_supplicant_event(eloop_ctx, EVENT_NEW_STA, &event); in handle_dhcp()
/external/wpa_supplicant/
Ddriver_broadcom.c267 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_broadcom_event_receive()
268 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_broadcom_event_receive()
272 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_broadcom_event_receive()
277 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
282 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
392 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_broadcom_scan_timeout()
Ddriver_bsd.c499 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
508 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive()
511 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive()
514 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive()
529 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_bsd_event_receive()
544 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
Ddriver_test.c61 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_test_scan_timeout()
218 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_associate()
260 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_deauthenticate()
272 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassociate()
378 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &event); in wpa_driver_test_assocresp()
380 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_assocresp()
388 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassoc()
Dwpa_supplicant.h258 void wpa_supplicant_event(struct wpa_supplicant *wpa_s, wpa_event_type event,
Ddriver_wext.c355 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_custom()
395 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_wireless_custom()
407 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_wext_event_wireless_custom()
436 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure()
463 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand()
530 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies()
587 wpa_supplicant_event(ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless()
592 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_wext_event_wireless()
622 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_wext_event_wireless()
683 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_wext_event_link()
[all …]
Ddriver_ndis.c711 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
1320 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo()
1342 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1349 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1388 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect()
1399 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect()
1431 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth()
1474 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid()
1538 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival()
1552 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_broadcom.c272 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_broadcom_event_receive()
273 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_broadcom_event_receive()
277 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_broadcom_event_receive()
282 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
287 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_broadcom_event_receive()
397 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_broadcom_scan_timeout()
Ddriver_privsep.c355 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL); in wpa_driver_privsep_event_assoc()
375 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data); in wpa_driver_privsep_event_interface_status()
389 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_privsep_event_michael_mic_failure()
403 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_privsep_event_pmkid_candidate()
416 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_privsep_event_stkstart()
433 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data); in wpa_driver_privsep_event_ft_response()
501 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
508 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_privsep_receive()
Ddriver_bsd.c502 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
511 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive()
514 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive()
517 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive()
532 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_bsd_event_receive()
547 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
Ddriver_test.c82 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_poll()
101 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_test_scan_timeout()
318 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_associate()
371 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_deauthenticate()
384 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassociate()
491 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &event); in wpa_driver_test_assocresp()
494 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_assocresp()
503 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassoc()
Ddriver_nl80211.c449 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_nl80211_event_wireless_custom()
489 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_nl80211_event_wireless_custom()
501 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_nl80211_event_wireless_custom()
524 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_nl80211_event_wireless_michaelmicfailure()
551 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_nl80211_event_wireless_pmkidcand()
618 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_nl80211_event_assoc_ies()
674 wpa_supplicant_event(ctx, EVENT_DISASSOC, in wpa_driver_nl80211_event_wireless()
679 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_nl80211_event_wireless()
741 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_link()
993 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in process_event()
[all …]
Ddriver_wext.c307 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_custom()
347 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_wireless_custom()
359 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_wext_event_wireless_custom()
390 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure()
417 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand()
484 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies()
544 wpa_supplicant_event(ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless()
556 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_wext_event_wireless()
586 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_wext_event_wireless()
647 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_wext_event_link()
[all …]
Ddriver_ralink.c298 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ralink_event_pmkid()
465 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_ralink_event_wireless_custom()
511 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ralink_event_wireless_custom()
609 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_ralink_event_wireless()
681 wpa_supplicant_event(ctx, EVENT_DISASSOC, in wpa_driver_ralink_event_wireless()
1023 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ralink_scan_timeout()
Ddriver_ndis.c711 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
1354 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo()
1375 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1382 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1421 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect()
1432 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect()
1464 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth()
1507 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid()
1571 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival()
1585 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
/external/wpa_supplicant_6/wpa_supplicant/
Dscan.c41 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data); in wpa_supplicant_gen_assoc_event()
179 wpa_supplicant_event(wpa_s, EVENT_SCAN_RESULTS, NULL); in wpa_supplicant_scan()

12