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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h165 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
167 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h165 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
167 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h165 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL)
167 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h330 if (wpa_s->driver->hapd_send_eapol)
331 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c656 .hapd_send_eapol = wired_send_eapol,
H A Ddriver.h1952 * hapd_send_eapol - Send an EAPOL packet (AP only)
1963 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4057 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_hostap.c1179 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver_madwifi.c1299 .hapd_send_eapol = madwifi_send_eapol,
H A Ddriver_bsd.c1629 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2230 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_test.c2647 .hapd_send_eapol = test_driver_send_eapol,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c656 .hapd_send_eapol = wired_send_eapol,
H A Ddriver.h1952 * hapd_send_eapol - Send an EAPOL packet (AP only)
1963 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4057 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_hostap.c1179 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver_madwifi.c1299 .hapd_send_eapol = madwifi_send_eapol,
H A Ddriver_bsd.c1629 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2230 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_test.c2647 .hapd_send_eapol = test_driver_send_eapol,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c656 .hapd_send_eapol = wired_send_eapol,
H A Ddriver.h1952 * hapd_send_eapol - Send an EAPOL packet (AP only)
1963 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member in struct:wpa_driver_ops
4057 * This corresponds to hapd_send_eapol if the frame sent
H A Ddriver_hostap.c1179 .hapd_send_eapol = hostap_send_eapol,
H A Ddriver_madwifi.c1299 .hapd_send_eapol = madwifi_send_eapol,
H A Ddriver_bsd.c1629 .hapd_send_eapol = bsd_send_eapol,
H A Ddriver_atheros.c2230 .hapd_send_eapol = atheros_send_eapol,
H A Ddriver_test.c2647 .hapd_send_eapol = test_driver_send_eapol,

Completed in 262 milliseconds

12