Home
last modified time | relevance | path

Searched refs:send_probe_resp (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/doc/
Dp2p.doxygen125 - \ref p2p_config::send_probe_resp()
208 these to be sent by using \ref p2p_config::send_probe_resp() callback
/hostap-latest/src/p2p/
Dp2p.h666 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf, member
Dp2p.c2497 if (!p2p->cfg->send_probe_resp) { in p2p_reply_probe()
2532 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq); in p2p_reply_probe()
/hostap-latest/wpa_supplicant/
Dp2p_supplicant.c4923 p2p.send_probe_resp = wpas_send_probe_resp; in wpas_p2p_init()