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 | 2189 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member
|
D | driver_test.c | 2659 .send_ether = test_driver_send_ether,
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 424 if (hapd->driver && hapd->driver->send_ether) in hostapd_wpa_auth_send_ether() 425 return hapd->driver->send_ether(hapd->drv_priv, dst, in hostapd_wpa_auth_send_ether() 556 cb.send_ether = hostapd_wpa_auth_send_ether; in hostapd_setup_wpa() 595 hapd->driver->send_ether == NULL)) { in hostapd_setup_wpa()
|
D | wpa_auth.h | 207 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member
|
D | wpa_auth_ft.c | 35 if (wpa_auth->cb.send_ether == NULL) in wpa_ft_rrb_send() 38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB, in wpa_ft_rrb_send()
|