Home
last modified time | relevance | path

Searched refs:send_ether (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Ddriver_none.c82 .send_ether = none_driver_send_ether,
Ddriver.h2551 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c485 if (hapd->driver && hapd->driver->send_ether) in hostapd_wpa_auth_send_ether()
486 return hapd->driver->send_ether(hapd->drv_priv, dst, in hostapd_wpa_auth_send_ether()
621 cb.send_ether = hostapd_wpa_auth_send_ether; in hostapd_setup_wpa()
661 hapd->driver->send_ether == NULL)) { in hostapd_setup_wpa()
Dwpa_auth.h221 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
Dwpa_auth_ft.c36 if (wpa_auth->cb.send_ether == NULL) in wpa_ft_rrb_send()
39 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()