Home
last modified time | relevance | path

Searched refs:start_listen (Results 1 – 7 of 7) sorted by relevance

/hostap-3.6.0/tests/fuzzing/p2p/
Dp2p.c29 static int start_listen(void *ctx, unsigned int freq, in start_listen() function
88 p2p.start_listen = start_listen; in init_p2p()
/hostap-3.6.0/wpa_supplicant/examples/
Ddpp-nfc.py220 def wpas_get_nfc_uri(start_listen=True, pick_channel=False, chan_override=None): argument
248 if start_listen:
339 uri = wpas_get_nfc_uri(start_listen=False, chan_override=chan_override)
642 data = wpas_get_nfc_uri(start_listen=False,
646 data = wpas_get_nfc_uri(start_listen=False,
660 data = wpas_get_nfc_uri(start_listen=False,
/hostap-3.6.0/src/p2p/
Dp2p_dev_disc.c324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000, in p2p_process_go_disc_req()
Dp2p.h721 int (*start_listen)(void *ctx, unsigned int freq, member
Dp2p.c299 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, in p2p_listen_in_find()
346 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) { in p2p_listen()
/hostap-3.6.0/doc/
Dp2p.doxygen128 - \ref p2p_config::start_listen()
201 \ref p2p_config::start_listen(). The glue code using the P2P module may
/hostap-3.6.0/wpa_supplicant/
Dp2p_supplicant.c4808 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()