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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 217 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 611 .send_eapol = hostapd_wpa_auth_send_eapol,
wpa_auth.c 154 if (wpa_auth->cb->send_eapol == NULL)
156 return wpa_auth->cb->send_eapol(wpa_auth->cb_ctx, addr, data, data_len,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 414 .send_eapol = auth_send_eapol,

Completed in 143 milliseconds