HomeSort by relevance Sort by last modified time
    Searched refs:privsep_event_auth (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/common/
privsep_commands.h 91 PRIVSEP_EVENT_AUTH,
94 struct privsep_event_auth { struct
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 795 size_t buflen = sizeof(struct privsep_event_auth) + data->auth.ies_len;
796 struct privsep_event_auth *auth;
803 auth = (struct privsep_event_auth *) buf;
816 wpa_priv_send_event(iface, PRIVSEP_EVENT_AUTH, buf, buflen);
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 365 struct privsep_event_auth *auth;
370 auth = (struct privsep_event_auth *) buf;
585 case PRIVSEP_EVENT_AUTH:

Completed in 116 milliseconds