Searched refs:start_listen (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/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 | 705 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()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 4308 p2p.start_listen = wpas_start_listen; in wpas_p2p_init()
|