Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:max_listen
(Results
1 - 10
of
10
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p_dev_disc.c
93
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
in p2p_send_dev_disc_req()
94
wait_time = p2p->cfg->
max_listen
;
in p2p_send_dev_disc_req()
H
A
D
p2p_sd.c
313
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
in p2p_start_sd()
314
wait_time = p2p->cfg->
max_listen
;
in p2p_start_sd()
H
A
D
p2p.h
571
*
max_listen
- Maximum listen duration in ms
573
unsigned int
max_listen
;
member
H
A
D
p2p.c
282
if (p2p->cfg->
max_listen
&& 1024 * tu / 1000 > p2p->cfg->
max_listen
)
in p2p_listen_in_find()
283
tu = p2p->cfg->
max_listen
* 1000 / 1024;
in p2p_listen_in_find()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p_dev_disc.c
93
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
in p2p_send_dev_disc_req()
94
wait_time = p2p->cfg->
max_listen
;
in p2p_send_dev_disc_req()
H
A
D
p2p_sd.c
313
if (p2p->cfg->
max_listen
&& wait_time > p2p->cfg->
max_listen
)
in p2p_start_sd()
314
wait_time = p2p->cfg->
max_listen
;
in p2p_start_sd()
H
A
D
p2p.h
591
*
max_listen
- Maximum listen duration in ms
593
unsigned int
max_listen
;
member
H
A
D
p2p.c
332
if (p2p->cfg->
max_listen
&& 1024 * tu / 1000 > p2p->cfg->
max_listen
)
333
tu = p2p->cfg->
max_listen
* 1000 / 1024;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
p2p_supplicant.c
4605
p2p.
max_listen
= wpa_s->max_remain_on_chan;
in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
p2p_supplicant.c
5686
p2p.
max_listen
= wpa_s->max_remain_on_chan;
Completed in 42 milliseconds