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_nl80211_event.c179 wpa_supplicant_event(drv->ctx, EVENT_AUTH, &event); in mlme_event_auth()
242 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_assoc()
273 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_assoc()
366 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_connect()
451 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_connect()
490 wpa_supplicant_event(drv->ctx, EVENT_DEAUTH, &data); in mlme_event_disconnect()
586 wpa_supplicant_event(bss->ctx, EVENT_CH_SWITCH, &data); in mlme_event_ch_switch()
611 wpa_supplicant_event(drv->ctx, ev, &event); in mlme_timeout_event()
655 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in mlme_event_mgmt()
694 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event); in mlme_event_mgmt_tx_status()
[all …]
Ddriver_privsep.c403 wpa_supplicant_event(ctx, EVENT_AUTH, &data); in wpa_driver_privsep_event_auth()
434 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL); in wpa_driver_privsep_event_assoc()
454 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data); in wpa_driver_privsep_event_interface_status()
468 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_privsep_event_michael_mic_failure()
482 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_privsep_event_pmkid_candidate()
499 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data); in wpa_driver_privsep_event_ft_response()
551 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_privsep_receive()
554 wpa_supplicant_event(drv->ctx, EVENT_SCAN_STARTED, NULL); in wpa_driver_privsep_receive()
561 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_privsep_receive()
Ddriver_nl80211_monitor.c42 wpa_supplicant_event(ctx, EVENT_TX_STATUS, &event); in handle_tx_callback()
63 wpa_supplicant_event(drv->ctx, EVENT_RX_FROM_UNKNOWN, &event); in from_unknown_sta()
84 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in handle_frame()
Ddriver_wext.c247 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()
314 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data); in wpa_driver_wext_event_wireless_michaelmicfailure()
341 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data); in wpa_driver_wext_event_wireless_pmkidcand()
404 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_wext_event_assoc_ies()
462 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, in wpa_driver_wext_event_wireless()
467 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, in wpa_driver_wext_event_wireless()
496 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_wext_event_wireless()
575 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_wext_event_link()
647 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_DISABLED, NULL); in wpa_driver_wext_event_rtm_newlink()
[all …]
Ddriver_bsd.c834 wpa_supplicant_event(drv->hapd, in bsd_wireless_event_receive()
1268 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, in wpa_driver_bsd_event_receive()
1292 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_bsd_event_receive()
1297 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_bsd_event_receive()
1302 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, in wpa_driver_bsd_event_receive()
1329 wpa_supplicant_event(drv->ctx, in wpa_driver_bsd_event_receive()
1343 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_DISABLED, in wpa_driver_bsd_event_receive()
1349 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, in wpa_driver_bsd_event_receive()
Ddriver_wired.c104 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in handle_data()
163 wpa_supplicant_event(eloop_ctx, EVENT_NEW_STA, &event); in handle_dhcp()
Ddriver_ndis.c732 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_ndis_scan_timeout()
1443 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data); in wpa_driver_ndis_get_associnfo()
1464 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1471 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_poll_timeout()
1510 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, NULL); in wpa_driver_ndis_event_connect()
1521 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL); in wpa_driver_ndis_event_disconnect()
1553 wpa_supplicant_event(drv->ctx, EVENT_MICHAEL_MIC_FAILURE, in wpa_driver_ndis_event_auth()
1596 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, in wpa_driver_ndis_event_pmkid()
1660 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_arrival()
1674 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_ndis_event_adapter_removal()
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()
184 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in handle_frame()
803 wpa_supplicant_event(drv->hapd, in hostapd_wireless_event_wireless_custom()
Ddriver.h5313 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
5343 wpa_supplicant_event(ctx, EVENT_ASSOC, &event); in drv_event_assoc()
5351 wpa_supplicant_event(ctx, EVENT_DISASSOC, &event); in drv_event_disassoc()
5362 wpa_supplicant_event(ctx, EVENT_EAPOL_RX, &event); in drv_event_eapol_rx()
Ddriver_atheros.c895 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event); in atheros_raw_receive()
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event); in atheros_raw_receive()
944 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event); in atheros_raw_receive()
1260 wpa_supplicant_event(drv->hapd, in atheros_wireless_event_wireless_custom()
1296 wpa_supplicant_event(drv->hapd, EVENT_WPS_BUTTON_PUSHED, NULL); in atheros_wireless_event_wireless_custom()
1415 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, in fetch_pending_big_events()
Ddriver_nl80211.c665 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in process_beacon_event()
839 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_newlink()
872 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event); in wpa_driver_nl80211_event_dellink()
1059 wpa_supplicant_event(drv->ctx, in wpa_driver_nl80211_event_rtm_newlink()
1094 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, in wpa_driver_nl80211_event_rtm_newlink()
1685 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_DISABLED, NULL); in wpa_driver_nl80211_rfkill_blocked()
1707 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_ENABLED, NULL); in wpa_driver_nl80211_rfkill_unblocked()
1766 wpa_supplicant_event(drv->ctx, EVENT_EAPOL_TX_STATUS, &event); in wpa_driver_nl80211_handle_eapol_tx_status()
2322 wpa_supplicant_event(timeout_ctx, EVENT_INTERFACE_DISABLED, NULL); in wpa_driver_nl80211_send_rfkill()
3334 wpa_supplicant_event(drv->ctx, EVENT_AUTH_TIMED_OUT, in wpa_driver_nl80211_authenticate()
[all …]
Ddriver_nl80211_scan.c176 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL); in wpa_driver_nl80211_scan_timeout()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c1034 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
1125 wpa_supplicant_event(iface, event, data); in wpa_supplicant_event_global()
Devents.c3790 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
4589 wpa_supplicant_event(wpa_s, event, data); in wpa_supplicant_event_global()
Dctrl_iface.c332 wpa_supplicant_event(wpa_s, EVENT_CHANNEL_LIST_CHANGED, &event); in wpas_ctrl_set_band()
8394 wpa_supplicant_event(wpa_s, EVENT_RX_MGMT, &event); in wpas_ctrl_iface_mgmt_rx_process()
8548 wpa_supplicant_event(wpa_s, ev, &event); in wpas_ctrl_iface_driver_event()
8559 wpa_supplicant_event(wpa_s, ev, &event); in wpas_ctrl_iface_driver_event()
Dscan.c45 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data); in wpa_supplicant_gen_assoc_event()
Dwpa_supplicant.c3125 wpa_supplicant_event(wpa_s, EVENT_DEAUTH, &event); in wpa_supplicant_deauthenticate()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c1381 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, in wpa_supplicant_event() function
1619 wpa_supplicant_event(hapd, event, data); in wpa_supplicant_event_global()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1478 wpa_supplicant_event(hapd, event, &data); in hostapd_ctrl_iface_radar()
1564 wpa_supplicant_event(hapd, EVENT_TX_STATUS, &event); in hostapd_ctrl_iface_mgmt_tx_status_process()
1634 wpa_supplicant_event(hapd, EVENT_RX_MGMT, &event); in hostapd_ctrl_iface_mgmt_rx_process()