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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 353 if (wpa_s->driver->send_action)
354 return wpa_s->driver->send_action(wpa_s->drv_priv, freq,
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 696 if (hapd->driver == NULL || hapd->driver->send_action == NULL)
698 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
  /external/wpa_supplicant_8/src/p2p/
p2p.h 445 * send_action - Transmit an Action frame
462 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
471 * started with send_action() has been completed, i.e., when there is
    [all...]
p2p_group.c 878 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
p2p.c 964 p2p->cfg->send_action(p2p->cfg->cb_ctx,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2112 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]
driver_atheros.c     [all...]
driver_nl80211.c     [all...]

Completed in 83 milliseconds