OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_listen
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c
93
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
94
wait_time = p2p->cfg->
max_listen
;
p2p_sd.c
295
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
296
wait_time = p2p->cfg->
max_listen
;
p2p.h
401
*
max_listen
- Maximum listen duration in ms
403
unsigned int
max_listen
;
member in struct:p2p_config
[
all
...]
p2p.c
269
if (p2p->cfg->
max_listen
&& 1024 * tu / 1000 > p2p->cfg->
max_listen
)
270
tu = p2p->cfg->
max_listen
* 1000 / 1024;
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c
[
all
...]
Completed in 55 milliseconds