Home
last modified time | relevance | path

Searched refs:hapd_send_eapol (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h141 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL) in hostapd_drv_hapd_send_eapol()
143 return hapd->driver->hapd_send_eapol(hapd->drv_priv, addr, data, in hostapd_drv_hapd_send_eapol()
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h316 if (wpa_s->driver->hapd_send_eapol) in wpa_drv_hapd_send_eapol()
317 return wpa_s->driver->hapd_send_eapol(wpa_s->drv_priv, addr, in wpa_drv_hapd_send_eapol()
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c623 .hapd_send_eapol = wired_send_eapol,
Ddriver.h1600 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data, member
Ddriver_hostap.c1179 .hapd_send_eapol = hostap_send_eapol,
Ddriver_madwifi.c1309 .hapd_send_eapol = madwifi_send_eapol,
Ddriver_atheros.c1436 .hapd_send_eapol = atheros_send_eapol,
Ddriver_bsd.c1582 .hapd_send_eapol = bsd_send_eapol,
Ddriver_test.c3281 .hapd_send_eapol = test_driver_send_eapol,
Ddriver_nl80211.c8991 .hapd_send_eapol = wpa_driver_nl80211_hapd_send_eapol,