Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p.h436 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf); member
Dp2p.c2061 if (!p2p->cfg->send_probe_resp) { in p2p_reply_probe()
2122 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf); in p2p_reply_probe()
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c3231 p2p.send_probe_resp = test_send_probe_resp; in wpa_driver_test_init_p2p()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c2748 p2p.send_probe_resp = wpas_send_probe_resp; in wpas_p2p_init()