Searched refs:start_listen (Results 1 - 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | 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) 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/ |
H A 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/src/p2p/ |
H A 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()
|
H A D | p2p.h | 651 * start_listen() callback. It should be noted that the received Probe 693 * start_listen - Start Listen state 712 int (*start_listen)(void *ctx, unsigned int freq, member 720 * previously requested with start_listen(). 1659 * struct p2p_config::start_listen() callback has started. 1671 * struct p2p_config::start_listen() callback has ended.
|
H A 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_standard/src/p2p/ |
H A 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()
|
H A D | p2p.h | 673 * start_listen() callback. It should be noted that the received Probe 715 * start_listen - Start Listen state 734 int (*start_listen)(void *ctx, unsigned int freq, member 742 * previously requested with start_listen(). 1687 * struct p2p_config::start_listen() callback has started. 1699 * struct p2p_config::start_listen() callback has ended.
|
H A D | p2p.c | 355 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 358 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, 1024 * tu / 1000, 406 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, freq, timeout, ies) < 0) {
|
/third_party/nghttp2/src/ |
H A 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/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 2557 wpa_printf(MSG_DEBUG, "P2P: Reject start_listen since p2p_listen_work already exists"); in wpas_start_listen() 4476 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3143 wpa_printf(MSG_DEBUG, "P2P: Reject start_listen since p2p_listen_work already exists"); in wpas_start_listen() 5555 p2p.start_listen = wpas_start_listen;
|
Completed in 45 milliseconds