/external/wpa_supplicant_8/src/drivers/ |
D | driver_privsep.c | 345 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL); in wpa_driver_privsep_event_assoc() 365 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data); in wpa_driver_privsep_event_interface_status() 379 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_privsep_event_michael_mic_failure() 393 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_privsep_event_pmkid_candidate() 406 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_privsep_event_stkstart() 423 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data); in wpa_driver_privsep_event_ft_response() 474 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive() 481 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_privsep_receive()
|
D | driver_wext.c | 247 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_custom() 288 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_wireless_custom() 300 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_wext_event_wireless_custom() 331 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure() 358 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand() 423 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies() 481 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless() 486 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, in wpa_driver_wext_event_wireless() 517 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 …]
|
D | driver_test.c | 480 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event); in wpa_driver_test_send_mlme() 555 wpa_supplicant_event(drv->ctx, EVENT_RX_PROBE_REQ, &event); in test_driver_scan() 817 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in test_driver_mlme() 1305 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_poll() 1333 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_test_scan_timeout() 1658 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_associate() 1712 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_deauthenticate() 1726 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassociate() 1865 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &event); in wpa_driver_test_assocresp() 1868 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_assocresp() [all …]
|
D | driver_bsd.c | 790 wpa_supplicant_event(drv->hapd, in bsd_wireless_event_receive() 1214 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive() 1225 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive() 1230 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive() 1235 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive() 1261 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_bsd_event_receive() 1276 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
|
D | driver_nl80211.c | 650 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in process_beacon_event() 826 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_link() 928 wpa_supplicant_event(drv->ctx, in wpa_driver_nl80211_event_rtm_newlink() 951 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, in wpa_driver_nl80211_event_rtm_newlink() 1058 wpa_supplicant_event(drv->ctx, EVENT_AUTH, &event); in mlme_event_auth() 1119 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_assoc() 1135 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_assoc() 1166 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_connect() 1185 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_connect() 1210 wpa_supplicant_event(drv->ctx, EVENT_DEAUTH, &data); in mlme_event_disconnect() [all …]
|
D | driver.h | 3700 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, 3718 wpa_supplicant_event(ctx, EVENT_ASSOC, &event); in drv_event_assoc() 3726 wpa_supplicant_event(ctx, EVENT_DISASSOC, &event); in drv_event_disassoc() 3737 wpa_supplicant_event(ctx, EVENT_EAPOL_RX, &event); in drv_event_eapol_rx()
|
D | driver_atheros.c | 761 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event); in atheros_raw_recv_wps() 821 wpa_supplicant_event(drv->hapd, EVENT_RX_ACTION, &event); in atheros_raw_recv_11r() 837 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event); in atheros_raw_recv_11r() 873 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in atheros_raw_recv_hs20() 918 wpa_supplicant_event(drv->hapd, EVENT_RX_ACTION, &event); in atheros_raw_recv_11v() 1229 wpa_supplicant_event(drv->hapd, in atheros_wireless_event_wireless_custom() 1265 wpa_supplicant_event(drv->hapd, EVENT_WPS_BUTTON_PUSHED, NULL); in atheros_wireless_event_wireless_custom() 1381 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, in fetch_pending_big_events()
|
D | driver_ndis.c | 739 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout() 1455 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo() 1476 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout() 1483 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout() 1522 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect() 1533 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect() 1565 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth() 1608 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid() 1672 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival() 1686 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
|
D | driver_wired.c | 137 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in handle_data() 196 wpa_supplicant_event(eloop_ctx, EVENT_NEW_STA, &event); in handle_dhcp()
|
D | driver_hostap.c | 82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event); in handle_data() 136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event); in handle_tx_callback() 193 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in handle_frame() 807 wpa_supplicant_event(drv->hapd, in hostapd_wireless_event_wireless_custom()
|
D | driver_madwifi.c | 734 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event); in madwifi_raw_receive() 894 wpa_supplicant_event(drv->hapd, in madwifi_wireless_event_wireless_custom()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_broadcom.c | 272 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()
|
D | driver_privsep.c | 355 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()
|
D | driver_bsd.c | 502 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()
|
D | driver_test.c | 82 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()
|
D | driver_nl80211.c | 449 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 …]
|
D | driver_wext.c | 307 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 …]
|
D | driver_ralink.c | 298 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()
|
D | driver_ndis.c | 711 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()
|
D | driver_osx.m | 110 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); 219 wpa_supplicant_event(timeout_ctx, EVENT_ASSOC, NULL);
|
D | driver_iphone.m | 107 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); 250 wpa_supplicant_event(timeout_ctx, EVENT_ASSOC, NULL);
|
D | driver.h | 1321 void wpa_supplicant_event(void *ctx, wpa_event_type event,
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | scan.c | 41 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()
|
D | mlme.c | 217 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data); in ieee80211_set_associated() 219 wpa_supplicant_event(wpa_s, EVENT_DISASSOC, NULL); in ieee80211_set_associated() 633 wpa_supplicant_event(wpa_s, EVENT_DISASSOC, NULL); in ieee80211_associated() 898 wpa_supplicant_event(wpa_s, EVENT_FT_RESPONSE, &data); in ieee80211_rx_mgmt_auth() 1727 wpa_supplicant_event(wpa_s, EVENT_FT_RESPONSE, &data); in ieee80211_rx_mgmt_ft_action() 2555 wpa_supplicant_event(wpa_s, EVENT_SCAN_RESULTS, NULL); in ieee80211_sta_scan_timer()
|
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 688 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
|