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 99 PRIVSEP_EVENT_AUTH,
102 struct privsep_event_auth { struct
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 385 struct privsep_event_auth *auth;
390 auth = (struct privsep_event_auth *) buf;
605 case PRIVSEP_EVENT_AUTH:
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 886 size_t buflen = sizeof(struct privsep_event_auth) + data->auth.ies_len;
887 struct privsep_event_auth *auth;
894 auth = (struct privsep_event_auth *) buf;
907 wpa_priv_send_event(iface, PRIVSEP_EVENT_AUTH, buf, buflen);

Completed in 47 milliseconds