/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst.h | 86 * send_action - Send FST Action frame via the interface 92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
|
H A D | fst_iface.h | 96 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 D | fst.h | 86 * send_action - Send FST Action frame via the interface 92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
|
H A D | fst_iface.h | 96 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 D | ap_drv_ops.c | 771 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 D | hostapd.c | 1893 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 D | ap_drv_ops.c | 750 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 D | hostapd.c | 1744 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 D | driver_i.h | 391 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 D | p2p_supplicant.c | 4469 p2p.send_action = wpas_send_action; in wpas_p2p_init()
|
H A D | wpa_supplicant.c | 5059 iface_obj->send_action = wpas_fst_send_action_cb;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 457 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 D | wpa_supplicant.c | 6310 iface_obj->send_action = wpas_fst_send_action_cb;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 659 * 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 D | p2p_group.c | 941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
|
H A D | p2p.c | 4921 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 D | p2p.h | 681 * 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 D | p2p_group.c | 985 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
|
H A D | p2p.c | 5132 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 D | driver.h | 3183 * send_action - Transmit an Action frame 3211 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
|
H A D | driver_atheros.c | 2295 .send_action = atheros_send_action,
|
H A D | wpa_hal.c | 2152 .send_action = WifiWpaSendAction,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 3601 * send_action - Transmit an Action frame 3629 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
|
H A D | driver_atheros.c | 2280 .send_action = atheros_send_action,
|
H A D | wpa_hal.c | 2158 .send_action = WifiWpaSendAction,
|