HomeSort by: relevance | last modified time | path
    Searched refs:send_eapol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 351 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
wpa_auth_glue.c 1620 .send_eapol = hostapd_wpa_auth_send_eapol,
wpa_auth.c 352 if (!wpa_auth->cb->send_eapol)
354 return wpa_auth->cb->send_eapol(wpa_auth->cb_ctx, addr, data, data_len,
  /src/external/bsd/wpa/dist/wpa_supplicant/
ibss_rsn.c 440 .send_eapol = auth_send_eapol,

Completed in 19 milliseconds