Searched refs:hapd_send_eapol (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.h | 204 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL) in hostapd_drv_hapd_send_eapol() 206 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data, in hostapd_drv_hapd_send_eapol()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 401 .hapd_send_eapol = wired_send_eapol,
|
D | driver_macsec_qca.c | 1049 .hapd_send_eapol = macsec_qca_send_eapol,
|
D | driver_hostap.c | 1192 .hapd_send_eapol = hostap_send_eapol,
|
D | driver_macsec_linux.c | 1691 .hapd_send_eapol = macsec_drv_send_eapol,
|
D | driver_bsd.c | 1765 .hapd_send_eapol = bsd_send_eapol,
|
D | driver.h | 3569 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member
|
D | driver_atheros.c | 2261 .hapd_send_eapol = atheros_send_eapol,
|
D | driver_nl80211.c | 13683 .hapd_send_eapol = wpa_driver_nl80211_hapd_send_eapol,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 385 if (wpa_s->driver->hapd_send_eapol) in wpa_drv_hapd_send_eapol() 386 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr, in wpa_drv_hapd_send_eapol()
|