Searched refs:wpa_priv_send_event (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_priv.c | 856 static int wpa_priv_send_event(struct wpa_priv_interface *iface, int event, in wpa_priv_send_event() function 907 wpa_priv_send_event(iface, PRIVSEP_EVENT_AUTH, buf, buflen); in wpa_priv_send_auth() 968 wpa_priv_send_event(iface, event, buf, buflen); in wpa_priv_send_assoc() 998 wpa_priv_send_event(iface, PRIVSEP_EVENT_INTERFACE_STATUS, in wpa_priv_send_interface_status() 1027 wpa_priv_send_event(iface, PRIVSEP_EVENT_FT_RESPONSE, buf, len); in wpa_priv_send_ft_response() 1052 wpa_priv_send_event(iface, PRIVSEP_EVENT_DISASSOC, NULL, 0); in wpa_supplicant_event() 1062 wpa_priv_send_event(iface, PRIVSEP_EVENT_MICHAEL_MIC_FAILURE, in wpa_supplicant_event() 1067 wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_STARTED, NULL, in wpa_supplicant_event() 1071 wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_RESULTS, NULL, in wpa_supplicant_event() 1080 wpa_priv_send_event(iface, PRIVSEP_EVENT_PMKID_CANDIDATE, in wpa_supplicant_event() [all …]
|