Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/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
H A Dfst_iface.h96 return i->iface_obj.send_action(i->iface_obj.ctx, addr, data); in fst_iface_send_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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
H A Dfst_iface.h96 return i->iface_obj.send_action(i->iface_obj.ctx, addr, data); in fst_iface_send_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.c771 if (!hapd->driver || !hapd->driver->send_action || !hapd->drv_priv) in hostapd_drv_send_action()
795 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action()
805 if (hapd->driver == NULL || hapd->driver->send_action == NULL) in hostapd_drv_send_action_addr3_ap()
807 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action_addr3_ap()
H A Dhostapd.c1893 iface_obj->send_action = fst_hostapd_send_action_cb; in fst_hostapd_fill_iface_obj()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.c750 if (!hapd->driver || !hapd->driver->send_action || !hapd->drv_priv) in hostapd_drv_send_action()
774 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action()
784 if (hapd->driver == NULL || hapd->driver->send_action == NULL) in hostapd_drv_send_action_addr3_ap()
786 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action_addr3_ap()
H A Dhostapd.c1744 iface_obj->send_action = fst_hostapd_send_action_cb; in fst_hostapd_fill_iface_obj()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h391 if (wpa_s->driver->send_action) in wpa_drv_send_action()
392 return wpa_s->driver->send_action(wpa_s->drv_priv, freq, in wpa_drv_send_action()
H A Dp2p_supplicant.c4469 p2p.send_action = wpas_send_action; in wpas_p2p_init()
H A Dwpa_supplicant.c5059 iface_obj->send_action = wpas_fst_send_action_cb;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h457 if (wpa_s->driver->send_action) in wpa_drv_send_action()
458 return wpa_s->driver->send_action(wpa_s->drv_priv, freq, in wpa_drv_send_action()
H A Dwpa_supplicant.c6310 iface_obj->send_action = wpas_fst_send_action_cb;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h659 * send_action - Transmit an Action frame
678 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
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_group.c941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
H A Dp2p.c4921 res = p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid, in p2p_send_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h681 * send_action - Transmit an Action frame
700 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
709 * started with send_action() has been completed, i.e., when there is
1674 * that was requested with struct p2p_config::send_action() callback.
H A Dp2p_group.c985 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
H A Dp2p.c5132 res = p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h3183 * send_action - Transmit an Action frame
3211 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
H A Ddriver_atheros.c2295 .send_action = atheros_send_action,
H A Dwpa_hal.c2152 .send_action = WifiWpaSendAction,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h3601 * send_action - Transmit an Action frame
3629 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
H A Ddriver_atheros.c2280 .send_action = atheros_send_action,
H A Dwpa_hal.c2158 .send_action = WifiWpaSendAction,

Completed in 112 milliseconds

12