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/
Dfst.h92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
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/
Dfst.h92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
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/src/ap/
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()
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_standard/src/ap/
Dap_drv_ops.c768 if (!hapd->driver || !hapd->driver->send_action || !hapd->drv_priv) in hostapd_drv_send_action()
792 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action()
802 if (hapd->driver == NULL || hapd->driver->send_action == NULL) in hostapd_drv_send_action_addr3_ap()
804 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hostapd_drv_send_action_addr3_ap()
Dhostapd.c1874 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/
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()
Dwpa_supplicant.c5059 iface_obj->send_action = wpas_fst_send_action_cb;
Dp2p_supplicant.c4469 p2p.send_action = wpas_send_action; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddriver_i.h417 if (wpa_s->driver->send_action) in wpa_drv_send_action()
418 return wpa_s->driver->send_action(wpa_s->drv_priv, freq, in wpa_drv_send_action()
Dwpa_supplicant.c5979 iface_obj->send_action = wpas_fst_send_action_cb;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.h687 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
Dp2p_group.c941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
Dp2p.c4965 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/src/p2p/
Dp2p.h678 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
Dp2p_group.c941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
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/src/drivers/
Ddriver.h3211 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
Ddriver_atheros.c2295 .send_action = atheros_send_action,
Dwpa_hal.c2152 .send_action = WifiWpaSendAction,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h3518 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
Ddriver_atheros.c2280 .send_action = atheros_send_action,
Dwpa_hal.c2157 .send_action = WifiWpaSendAction,

12