HomeSort by relevance Sort by last modified time
    Searched refs:send_ether (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_none.c 89 .send_ether = none_driver_send_ether,
driver.h 2009 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 405 if (hapd->driver && hapd->driver->send_ether)
406 return hapd->driver->send_ether(hapd->drv_priv, dst,
537 cb.send_ether = hostapd_wpa_auth_send_ether;
576 hapd->driver->send_ether == NULL)) {
wpa_auth.h 199 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
wpa_auth_ft.c 28 if (wpa_auth->cb.send_ether == NULL)
31 return wpa_auth->cb.send_ether(wpa_auth->cb.ctx, dst, ETH_P_RRB,
    [all...]

Completed in 34 milliseconds