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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h173 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
175 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h173 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
175 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h173 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
175 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c401 .hapd_send_eapol = wired_send_eapol,
H A Ddriver_hostap.c1181 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver.h2508 * hapd_send_eapol - Send an EAPOL packet (AP only)
2519 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4941 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_bsd.c1756 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2150 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_nl80211.c9816 .hapd_send_eapol = wpa_driver_nl80211_hapd_send_eapol,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c401 .hapd_send_eapol = wired_send_eapol,
H A Ddriver_hostap.c1181 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver.h2508 * hapd_send_eapol - Send an EAPOL packet (AP only)
2519 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4941 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_bsd.c1756 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2150 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_nl80211.c9816 .hapd_send_eapol = wpa_driver_nl80211_hapd_send_eapol,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c401 .hapd_send_eapol = wired_send_eapol,
H A Ddriver_hostap.c1181 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver.h2508 * hapd_send_eapol - Send an EAPOL packet (AP only)
2519 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4941 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_bsd.c1756 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2150 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_nl80211.c9816 .hapd_send_eapol = wpa_driver_nl80211_hapd_send_eapol,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h345 if (wpa_s->driver->hapd_send_eapol)
346 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr,

Completed in 379 milliseconds