Searched refs:hapd_send_eapol (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h188 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
190 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_wired.c401 .hapd_send_eapol = wired_send_eapol,
H A Ddriver_macsec_qca.c1027 .hapd_send_eapol = macsec_qca_send_eapol,
H A Ddriver.h2828 * hapd_send_eapol - Send an EAPOL packet (AP only)
2839 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
5466 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_hostap.c1188 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver_macsec_linux.c1623 .hapd_send_eapol = macsec_drv_send_eapol,
H A Ddriver_bsd.c1796 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2275 .hapd_send_eapol = atheros_send_eapol,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h355 if (wpa_s->driver->hapd_send_eapol)
356 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr,

Completed in 172 milliseconds