Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p.h657 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf, member
Dp2p.c2457 if (!p2p->cfg->send_probe_resp) { in p2p_reply_probe()
2492 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq); in p2p_reply_probe()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c4599 p2p.send_probe_resp = wpas_send_probe_resp; in wpas_p2p_init()