Searched refs:send_action (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/tests/fuzzing/p2p/ |
D | p2p.c | 54 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/ |
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()
|
/hostap-latest/doc/ |
D | p2p.doxygen | 126 - \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/ |
D | ap_drv_ops.c | 930 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()
|
D | hostapd.c | 2349 iface_obj->send_action = fst_hostapd_send_action_cb; in fst_hostapd_fill_iface_obj()
|
/hostap-latest/src/p2p/ |
D | p2p.h | 689 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 | 4997 res = p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid, in p2p_send_action()
|
/hostap-latest/src/drivers/ |
D | driver.h | 4043 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member
|
D | driver_atheros.c | 2281 .send_action = atheros_send_action,
|
D | driver_zephyr.c | 2725 .send_action = wpa_drv_zep_send_action,
|
D | driver_nl80211.c | 14108 .send_action = driver_nl80211_send_action,
|
/hostap-latest/wpa_supplicant/ |
D | wpa_supplicant.c | 6428 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()
|
D | p2p_supplicant.c | 4914 p2p.send_action = wpas_send_action; in wpas_p2p_init()
|