Home
last modified time | relevance | path

Searched refs:privsep_event_auth (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dprivsep_commands.h94 struct privsep_event_auth { struct
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c795 size_t buflen = sizeof(struct privsep_event_auth) + data->auth.ies_len; in wpa_priv_send_auth()
796 struct privsep_event_auth *auth; in wpa_priv_send_auth()
803 auth = (struct privsep_event_auth *) buf; in wpa_priv_send_auth()
/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c365 struct privsep_event_auth *auth; in wpa_driver_privsep_event_auth()
370 auth = (struct privsep_event_auth *) buf; in wpa_driver_privsep_event_auth()