/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst.h | 92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
|
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/ |
D | fst.h | 92 int (*send_action)(void *ctx, const u8 *addr, struct wpabuf *data); member
|
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/src/ap/ |
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()
|
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_standard/src/ap/ |
D | ap_drv_ops.c | 768 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()
|
D | hostapd.c | 1874 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/ |
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()
|
D | wpa_supplicant.c | 5059 iface_obj->send_action = wpas_fst_send_action_cb;
|
D | p2p_supplicant.c | 4469 p2p.send_action = wpas_send_action; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | driver_i.h | 417 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()
|
D | wpa_supplicant.c | 5979 iface_obj->send_action = wpas_fst_send_action_cb;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p.h | 687 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
|
D | p2p_group.c | 941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
|
D | p2p.c | 4965 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/ |
D | p2p.h | 678 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member
|
D | p2p_group.c | 941 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr, in p2p_group_go_discover()
|
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/src/drivers/ |
D | driver.h | 3211 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
|
D | driver_atheros.c | 2295 .send_action = atheros_send_action,
|
D | wpa_hal.c | 2152 .send_action = WifiWpaSendAction,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver.h | 3518 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
|
D | driver_atheros.c | 2280 .send_action = atheros_send_action,
|
D | wpa_hal.c | 2157 .send_action = WifiWpaSendAction,
|