Searched refs:send_ether (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_none.c89 .send_ether = none_driver_send_ether,
H A Ddriver.h2180 * send_ether - Send an ethernet packet (AP only)
2189 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops
H A Ddriver_test.c2659 .send_ether = test_driver_send_ether,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_none.c89 .send_ether = none_driver_send_ether,
H A Ddriver.h2180 * send_ether - Send an ethernet packet (AP only)
2189 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops
H A Ddriver_test.c2659 .send_ether = test_driver_send_ether,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_none.c89 .send_ether = none_driver_send_ether,
H A Ddriver.h2180 * send_ether - Send an ethernet packet (AP only)
2189 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops
H A Ddriver_test.c2659 .send_ether = test_driver_send_ether,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c424 if (hapd->driver && hapd->driver->send_ether)
425 return hapd->driver->send_ether(hapd->drv_priv, dst,
556 cb.send_ether = hostapd_wpa_auth_send_ether;
595 hapd->driver->send_ether == NULL)) {
H A Dwpa_auth.h207 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_ft.c35 if (wpa_auth->cb.send_ether == NULL)
38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c424 if (hapd->driver && hapd->driver->send_ether)
425 return hapd->driver->send_ether(hapd->drv_priv, dst,
556 cb.send_ether = hostapd_wpa_auth_send_ether;
595 hapd->driver->send_ether == NULL)) {
H A Dwpa_auth.h207 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_ft.c35 if (wpa_auth->cb.send_ether == NULL)
38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c424 if (hapd->driver && hapd->driver->send_ether)
425 return hapd->driver->send_ether(hapd->drv_priv, dst,
556 cb.send_ether = hostapd_wpa_auth_send_ether;
595 hapd->driver->send_ether == NULL)) {
H A Dwpa_auth.h207 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_ft.c35 if (wpa_auth->cb.send_ether == NULL)
38 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,

Completed in 298 milliseconds