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:ssid_postfix_len
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p.h
566
*
ssid_postfix_len
- Length of the ssid_postfix data
568
size_t
ssid_postfix_len
;
member
H
A
D
p2p.c
1764
p2p->cfg->ssid_postfix, p2p->cfg->
ssid_postfix_len
);
in p2p_build_ssid()
1765
*ssid_len = P2P_WILDCARD_SSID_LEN + 2 + p2p->cfg->
ssid_postfix_len
;
in p2p_build_ssid()
4768
p2p->cfg->
ssid_postfix_len
= 0;
in p2p_set_ssid_postfix()
4774
p2p->cfg->
ssid_postfix_len
= len;
in p2p_set_ssid_postfix()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p.h
586
*
ssid_postfix_len
- Length of the ssid_postfix data
588
size_t
ssid_postfix_len
;
member
H
A
D
p2p.c
1887
p2p->cfg->ssid_postfix, p2p->cfg->
ssid_postfix_len
);
1888
*ssid_len = P2P_WILDCARD_SSID_LEN + 2 + p2p->cfg->
ssid_postfix_len
;
4979
p2p->cfg->
ssid_postfix_len
= 0;
4985
p2p->cfg->
ssid_postfix_len
= len;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
p2p_supplicant.c
4595
p2p.
ssid_postfix_len
=
in wpas_p2p_init()
4597
if (p2p.
ssid_postfix_len
> sizeof(p2p.ssid_postfix))
in wpas_p2p_init()
4598
p2p.
ssid_postfix_len
= sizeof(p2p.ssid_postfix);
in wpas_p2p_init()
4600
p2p.
ssid_postfix_len
);
in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
p2p_supplicant.c
5676
p2p.
ssid_postfix_len
=
5678
if (p2p.
ssid_postfix_len
> sizeof(p2p.ssid_postfix))
5679
p2p.
ssid_postfix_len
= sizeof(p2p.ssid_postfix);
5681
p2p.
ssid_postfix_len
);
Completed in 42 milliseconds