Searched refs:send_ether (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_none.c | 89 .send_ether = none_driver_send_ether,
|
D | driver.h | 1825 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member
|
D | driver_test.c | 3293 .send_ether = test_driver_send_ether,
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 369 if (hapd->driver && hapd->driver->send_ether) in hostapd_wpa_auth_send_ether() 370 return hapd->driver->send_ether(hapd->drv_priv, dst, in hostapd_wpa_auth_send_ether() 488 cb.send_ether = hostapd_wpa_auth_send_ether; in hostapd_setup_wpa() 526 hapd->driver->send_ether == NULL)) { in hostapd_setup_wpa()
|
D | wpa_auth.h | 193 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
|
D | wpa_auth_ft.c | 28 if (wpa_auth->cb.send_ether == NULL) in wpa_ft_rrb_send() 31 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()
|