Searched refs:wpa_priv_send_event (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_priv.c | 765 static int wpa_priv_send_event(struct wpa_priv_interface *iface, int event, in wpa_priv_send_event() function 816 wpa_priv_send_event(iface, PRIVSEP_EVENT_AUTH, buf, buflen); in wpa_priv_send_auth() 877 wpa_priv_send_event(iface, event, buf, buflen); in wpa_priv_send_assoc() 907 wpa_priv_send_event(iface, PRIVSEP_EVENT_INTERFACE_STATUS, in wpa_priv_send_interface_status() 936 wpa_priv_send_event(iface, PRIVSEP_EVENT_FT_RESPONSE, buf, len); in wpa_priv_send_ft_response() 961 wpa_priv_send_event(iface, PRIVSEP_EVENT_DISASSOC, NULL, 0); in wpa_supplicant_event() 971 wpa_priv_send_event(iface, PRIVSEP_EVENT_MICHAEL_MIC_FAILURE, in wpa_supplicant_event() 976 wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_STARTED, NULL, in wpa_supplicant_event() 980 wpa_priv_send_event(iface, PRIVSEP_EVENT_SCAN_RESULTS, NULL, in wpa_supplicant_event() 989 wpa_priv_send_event(iface, PRIVSEP_EVENT_PMKID_CANDIDATE, in wpa_supplicant_event() [all …]
|