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

  /external/wpa_supplicant_8/src/drivers/
driver_none.c 82 .send_ether = none_driver_send_ether,
driver.h 2906 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto, member in struct:wpa_driver_ops
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 606 if (hapd->driver && hapd->driver->send_ether)
607 return hapd->driver->send_ether(hapd->drv_priv, dst,
950 .send_ether = hostapd_wpa_auth_send_ether,
1002 hapd->driver->send_ether == NULL)) {
wpa_auth.h 250 int (*send_ether)(void *ctx, const u8 *dst, u16 proto, const u8 *data, member in struct:wpa_auth_callbacks
wpa_auth_ft.c 408 if (wpa_auth->cb->send_ether == NULL)
411 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB,
    [all...]

Completed in 115 milliseconds