Searched refs:send_action (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst.h86 * send_action - Send FST Action frame via the interface
92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member in struct:fst_wpa_obj
H A Dfst_iface.h96 return i->iface_obj.send_action(i->iface_obj.ctx, addr, data);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c750 if (!hapd->driver || !hapd->driver->send_action || !hapd->drv_priv)
774 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
784 if (hapd->driver == NULL || hapd->driver->send_action == NULL)
786 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
H A Dhostapd.c1744 iface_obj->send_action = fst_hostapd_send_action_cb;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h391 if (wpa_s->driver->send_action)
392 return wpa_s->driver->send_action(wpa_s->drv_priv, freq,
H A Dwpa_supplicant.c5025 iface_obj->send_action = wpas_fst_send_action_cb;
H A Dp2p_supplicant.c4456 p2p.send_action = wpas_send_action;
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
H A Dp2p.h659 * send_action - Transmit an Action frame
678 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
687 * started with send_action() has been completed, i.e., when there is
1646 * that was requested with struct p2p_config::send_action() callback.
H A Dp2p.c4915 res = p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3160 * send_action - Transmit an Action frame
3188 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
H A Ddriver_atheros.c2295 .send_action = atheros_send_action,

Completed in 170 milliseconds