Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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,
/third_party/nghttp2/examples/
Dlibevent-server.c752 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/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.h712 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()
/third_party/nghttp2/src/
DHttpServer.cc2020 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/
Dtutorial-server.rst151 static void start_listen(struct event_base *evbase, const char *service,
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dp2p_supplicant.c4476 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dp2p_supplicant.c5383 p2p.start_listen = wpas_start_listen;