Home
last modified time | relevance | path

Searched refs:hostapd_wpa_auth_send_eapol (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/ap/
Dwpa_auth.h650 int hostapd_wpa_auth_send_eapol(void *ctx, const u8 *addr,
Dwpa_auth_glue.c583 int hostapd_wpa_auth_send_eapol(void *ctx, const u8 *addr, in hostapd_wpa_auth_send_eapol() function
1668 .send_eapol = hostapd_wpa_auth_send_eapol, in hostapd_setup_wpa()
/hostap-latest/hostapd/
Dctrl_iface.c1851 ret = hostapd_wpa_auth_send_eapol(hapd, dst, buf, len, encrypt); in hostapd_ctrl_iface_eapol_tx()