Home
last modified time | relevance | path

Searched refs:send_probe_resp (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h634 * send_probe_resp - Transmit a Probe Response frame
653 * if this send_probe_resp() is not used.
655 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf, member
707 * If the send_probe_resp() is not used for generating the response,
709 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
H A Dp2p.c2443 if (!p2p->cfg->send_probe_resp) { in p2p_reply_probe()
2478 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq); in p2p_reply_probe()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h656 * send_probe_resp - Transmit a Probe Response frame
675 * if this send_probe_resp() is not used.
677 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf, member
729 * If the send_probe_resp() is not used for generating the response,
731 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
H A Dp2p.c2575 if (!p2p->cfg->send_probe_resp) {
2610 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c4478 p2p.send_probe_resp = wpas_send_probe_resp; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c5557 p2p.send_probe_resp = wpas_send_probe_resp;

Completed in 39 milliseconds