Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c334 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL); in wpa_driver_privsep_event_assoc()
354 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data); in wpa_driver_privsep_event_interface_status()
368 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_privsep_event_michael_mic_failure()
382 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_privsep_event_pmkid_candidate()
395 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_privsep_event_stkstart()
412 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data); in wpa_driver_privsep_event_ft_response()
463 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
470 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_privsep_receive()
Ddriver_wext.c243 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_custom()
284 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_wireless_custom()
296 wpa_supplicant_event(ctx, EVENT_STKSTART, &data); in wpa_driver_wext_event_wireless_custom()
319 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure()
346 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand()
411 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies()
469 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless()
474 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, in wpa_driver_wext_event_wireless()
503 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_wext_event_wireless()
582 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_wext_event_link()
[all …]
Ddriver_test.c464 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event); in wpa_driver_test_send_mlme()
511 wpa_supplicant_event(drv->ctx, EVENT_RX_PROBE_REQ, &event); in test_driver_scan()
769 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in test_driver_mlme()
1257 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_poll()
1269 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_test_scan_timeout()
1599 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_associate()
1653 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_deauthenticate()
1792 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &event); in wpa_driver_test_assocresp()
1795 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_test_assocresp()
1804 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_test_disassoc()
[all …]
Ddriver_bsd.c780 wpa_supplicant_event(drv->hapd, in bsd_wireless_event_receive()
1221 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
1232 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive()
1237 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive()
1242 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_bsd_event_receive()
1268 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_bsd_event_receive()
1283 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_bsd_event_receive()
Ddriver_nl80211.c974 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in process_beacon_event()
1128 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_newlink()
1155 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_dellink()
1293 wpa_supplicant_event(drv->ctx, in wpa_driver_nl80211_event_rtm_newlink()
1348 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, in wpa_driver_nl80211_event_rtm_newlink()
1491 wpa_supplicant_event(drv->ctx, EVENT_AUTH, &event); in mlme_event_auth()
1567 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_assoc()
1584 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_assoc()
1641 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_connect()
1662 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_connect()
[all …]
Ddriver.h4152 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
4170 wpa_supplicant_event(ctx, EVENT_ASSOC, &event); in drv_event_assoc()
4178 wpa_supplicant_event(ctx, EVENT_DISASSOC, &event); in drv_event_disassoc()
4189 wpa_supplicant_event(ctx, EVENT_EAPOL_RX, &event); in drv_event_eapol_rx()
Ddriver_ndis.c731 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
1447 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo()
1468 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1475 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1514 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect()
1525 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect()
1557 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth()
1600 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid()
1664 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival()
1678 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
Ddriver_atheros.c799 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event); in atheros_raw_recv_wps()
853 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in atheros_raw_recv_11r()
869 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event); in atheros_raw_recv_11r()
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in atheros_raw_recv_hs20()
995 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in atheros_raw_recv_11v()
1304 wpa_supplicant_event(drv->hapd, in atheros_wireless_event_wireless_custom()
1340 wpa_supplicant_event(drv->hapd, EVENT_WPS_BUTTON_PUSHED, NULL); in atheros_wireless_event_wireless_custom()
1456 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, in fetch_pending_big_events()
Ddriver_hostap.c82 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()
Ddriver_wired.c138 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in handle_data()
197 wpa_supplicant_event(eloop_ctx, EVENT_NEW_STA, &event); in handle_dhcp()
Ddriver_madwifi.c730 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event); in madwifi_raw_receive()
890 wpa_supplicant_event(drv->hapd, in madwifi_wireless_event_wireless_custom()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c818 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
Dsme.c719 wpa_supplicant_event(wpa_s, EVENT_FT_RESPONSE, &edata); in sme_event_auth()
Dscan.c45 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data); in wpa_supplicant_gen_assoc_event()
Devents.c2937 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, function
Dctrl_iface.c6245 wpa_supplicant_event(wpa_s, ev, &event); in wpas_ctrl_iface_driver_event()
6254 wpa_supplicant_event(wpa_s, ev, &event); in wpas_ctrl_iface_driver_event()
Dwpa_supplicant.c2110 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event); in wpa_supplicant_deauthenticate()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c949 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1219 wpa_supplicant_event(hapd, event, &data); in hostapd_ctrl_iface_radar()