Searched refs:hapd_send_eapol (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.h | 188 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL) in hostapd_drv_hapd_send_eapol() 190 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data, in hostapd_drv_hapd_send_eapol()
|
| /freebsd-12.1/contrib/wpa/src/drivers/ |
| H A D | driver_wired.c | 401 .hapd_send_eapol = wired_send_eapol,
|
| H A D | driver_macsec_qca.c | 1027 .hapd_send_eapol = macsec_qca_send_eapol,
|
| H A D | driver_hostap.c | 1188 .hapd_send_eapol = hostap_send_eapol,
|
| H A D | driver.h | 2839 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member
|
| H A D | driver_macsec_linux.c | 1623 .hapd_send_eapol = macsec_drv_send_eapol,
|
| H A D | driver_bsd.c | 1792 .hapd_send_eapol = bsd_send_eapol,
|
| H A D | driver_atheros.c | 2275 .hapd_send_eapol = atheros_send_eapol,
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 355 if (wpa_s->driver->hapd_send_eapol) in wpa_drv_hapd_send_eapol() 356 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr, in wpa_drv_hapd_send_eapol()
|