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

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py 220 def wpas_get_nfc_uri(start_listen=True, pick_channel=False, chan_override=None):
248 if start_listen:
339 uri = wpas_get_nfc_uri(start_listen=False, chan_override=chan_override)
643 data = wpas_get_nfc_uri(start_listen=False,
647 data = wpas_get_nfc_uri(start_listen=False,
661 data = wpas_get_nfc_uri(start_listen=False,
  /src/external/bsd/wpa/dist/src/p2p/
p2p_dev_disc.c 324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
p2p.h 662 * start_listen() callback. It should be noted that the received Probe
704 * start_listen - Start Listen state
723 int (*start_listen)(void *ctx, unsigned int freq, member in struct:p2p_config
731 * previously requested with start_listen().
1674 * struct p2p_config::start_listen() callback has started.
1686 * struct p2p_config::start_listen() callback has ended.
p2p.c 299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000,
348 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 2756 wpa_printf(MSG_DEBUG, "P2P: Reject start_listen since p2p_listen_work already exists");
4921 p2p.start_listen = wpas_start_listen;

Completed in 36 milliseconds