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 D | p2p.h | 634 * 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 D | p2p.c | 2443 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 D | p2p.h | 656 * 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 D | p2p.c | 2575 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 D | p2p_supplicant.c | 4478 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 D | p2p_supplicant.c | 5557 p2p.send_probe_resp = wpas_send_probe_resp;
|
Completed in 39 milliseconds