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.h102 struct privsep_event_auth { struct
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_priv.c886 size_t buflen = sizeof(struct privsep_event_auth) + data->auth.ies_len; in wpa_priv_send_auth()
887 struct privsep_event_auth *auth; in wpa_priv_send_auth()
894 auth = (struct privsep_event_auth *) buf; in wpa_priv_send_auth()
/external/wpa_supplicant_8/src/drivers/
Ddriver_privsep.c385 struct privsep_event_auth *auth; in wpa_driver_privsep_event_auth()
390 auth = (struct privsep_event_auth *) buf; in wpa_driver_privsep_event_auth()