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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h417 * send_probe_resp - Transmit a Probe Response frame
434 * if this send_probe_resp() is not used.
436 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf); member in struct:p2p_config
485 * If the send_probe_resp() is not used for generating the response,
487 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
H A Dp2p.c2061 if (!p2p->cfg->send_probe_resp) {
2122 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h417 * send_probe_resp - Transmit a Probe Response frame
434 * if this send_probe_resp() is not used.
436 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf); member in struct:p2p_config
485 * If the send_probe_resp() is not used for generating the response,
487 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
H A Dp2p.c2061 if (!p2p->cfg->send_probe_resp) {
2122 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h417 * send_probe_resp - Transmit a Probe Response frame
434 * if this send_probe_resp() is not used.
436 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf); member in struct:p2p_config
485 * If the send_probe_resp() is not used for generating the response,
487 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
H A Dp2p.c2061 if (!p2p->cfg->send_probe_resp) {
2122 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c3231 p2p.send_probe_resp = test_send_probe_resp;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c3231 p2p.send_probe_resp = test_send_probe_resp;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c3231 p2p.send_probe_resp = test_send_probe_resp;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c2748 p2p.send_probe_resp = wpas_send_probe_resp;

Completed in 96 milliseconds