Home
last modified time | relevance | path

Searched refs:send_action (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/tests/fuzzing/p2p/
Dp2p.c54 static int send_action(void *ctx, unsigned int freq, const u8 *dst, in send_action() function
92 p2p.send_action = send_action; in init_p2p()
/hostap-latest/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()
/hostap-latest/doc/
Dp2p.doxygen126 - \ref p2p_config::send_action()
167 - \ref wpa_driver_ops::send_action()
240 The P2P module will use \ref p2p_config::send_action() callback to request
/hostap-latest/src/ap/
Dap_drv_ops.c930 if (!hapd->driver || !hapd->driver->send_action || !hapd->drv_priv) in hapd_drv_send_action()
962 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hapd_drv_send_action()
Dhostapd.c2349 iface_obj->send_action = fst_hostapd_send_action_cb; in fst_hostapd_fill_iface_obj()
/hostap-latest/src/p2p/
Dp2p.h689 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.c4997 res = p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid, in p2p_send_action()
/hostap-latest/src/drivers/
Ddriver.h4043 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
Ddriver_atheros.c2281 .send_action = atheros_send_action,
Ddriver_zephyr.c2725 .send_action = wpa_drv_zep_send_action,
Ddriver_nl80211.c14108 .send_action = driver_nl80211_send_action,
/hostap-latest/wpa_supplicant/
Dwpa_supplicant.c6428 iface_obj->send_action = wpas_fst_send_action_cb; in fst_wpa_supplicant_fill_iface_obj()
9242 if (!wpa_s->driver->send_action) in wpa_drv_send_action()
9253 return wpa_s->driver->send_action(wpa_s->drv_priv, freq, wait, dst, src, in wpa_drv_send_action()
Dp2p_supplicant.c4914 p2p.send_action = wpas_send_action; in wpas_p2p_init()