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

  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 262 if (!hapd->drv_priv || !hapd->driver->send_frame)
298 ret = hapd->driver->send_frame(hapd->drv_priv, (u8 *) mgmt,
329 if (!hapd->drv_priv || !hapd->driver->send_frame)
340 if (hapd->driver->send_frame(hapd->drv_priv, (u8 *) &mgmt,
392 if (!hapd->drv_priv || !hapd->driver->send_frame)
403 if (hapd->driver->send_frame(hapd->drv_priv, (u8 *) &mgmt,
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 483 if (wpa_s->driver->send_frame == NULL)
501 return wpa_s->driver->send_frame(wpa_s->drv_priv, (u8 *) &auth,
  /external/wpa_supplicant_8/src/drivers/
driver.h 2988 int (*send_frame)(void *priv, const u8 *data, size_t data_len, member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 227 milliseconds