Searched refs:start_listen (Results 1 – 7 of 7) sorted by relevance
/hostap-3.7.0/tests/fuzzing/p2p/ |
D | p2p.c | 29 static int start_listen(void *ctx, unsigned int freq, in start_listen() function 88 p2p.start_listen = start_listen; in init_p2p()
|
/hostap-3.7.0/wpa_supplicant/examples/ |
D | dpp-nfc.py | 220 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.7.0/src/p2p/ |
D | p2p_dev_disc.c | 324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000, in p2p_process_go_disc_req()
|
D | p2p.h | 721 int (*start_listen)(void *ctx, unsigned int freq, member
|
D | p2p.c | 299 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.7.0/doc/ |
D | p2p.doxygen | 128 - \ref p2p_config::start_listen() 201 \ref p2p_config::start_listen(). The glue code using the P2P module may
|
/hostap-3.7.0/wpa_supplicant/ |
D | p2p_supplicant.c | 4808 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()
|