Searched refs:start_listen (Results 1 – 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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,
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 752 static void start_listen(struct event_base *evbase, const char *service, in start_listen() function 800 start_listen(evbase, service, &app_ctx); in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 712 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()
|
/third_party/nghttp2/src/ |
D | HttpServer.cc | 2020 int start_listen(HttpServer *sv, struct ev_loop *loop, Sessions *sessions, in start_listen() function 2258 if (start_listen(this, loop, &sessions, config_) != 0) { in run()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 151 static void start_listen(struct event_base *evbase, const char *service,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | p2p_supplicant.c | 4476 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | p2p_supplicant.c | 5383 p2p.start_listen = wpas_start_listen;
|