HomeSort by: relevance | last modified time | path
    Searched refs:send_probe_resp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 645 * send_probe_resp - Transmit a Probe Response frame
664 * if this send_probe_resp() is not used.
666 int (*send_probe_resp)(void *ctx, const struct wpabuf *buf, member in struct:p2p_config
718 * If the send_probe_resp() is not used for generating the response,
720 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
p2p.c 2497 if (!p2p->cfg->send_probe_resp) {
2532 p2p->cfg->send_probe_resp(p2p->cfg->cb_ctx, buf, rx_freq);
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 4923 p2p.send_probe_resp = wpas_send_probe_resp;

Completed in 56 milliseconds