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:DPP_HDR_LEN
(Results
1 - 12
of
12
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
dpp_tcp.c
460
msg = wpabuf_alloc(4 + 1 +
DPP_HDR_LEN
+ len);
in dpp_tcp_encaps()
463
wpabuf_put_be32(msg, 1 +
DPP_HDR_LEN
+ len);
in dpp_tcp_encaps()
465
wpabuf_put_data(msg, hdr,
DPP_HDR_LEN
);
in dpp_tcp_encaps()
475
u8 type = hdr[
DPP_HDR_LEN
- 1];
in dpp_relay_tx()
503
u8 type = hdr[
DPP_HDR_LEN
- 1];
in dpp_relay_rx_action()
972
if (end - pos <
DPP_HDR_LEN
||
in dpp_controller_rx_action()
986
pos +=
DPP_HDR_LEN
;
in dpp_controller_rx_action()
1630
pos = hdr +
DPP_HDR_LEN
;
in dpp_tcp_init()
H
A
D
dpp_pkex.c
652
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_build_commit_reveal_req()
971
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_build_commit_reveal_resp()
1058
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_rx_commit_reveal_req()
1238
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_rx_commit_reveal_resp()
H
A
D
dpp_auth.c
795
len[0] =
DPP_HDR_LEN
;
in dpp_auth_req_rx()
1332
len[0] =
DPP_HDR_LEN
;
in dpp_auth_resp_rx_status()
1581
len[0] =
DPP_HDR_LEN
;
in dpp_auth_resp_rx()
1761
len[0] =
DPP_HDR_LEN
;
in dpp_auth_conf_rx_failure()
1925
len[0] =
DPP_HDR_LEN
;
in dpp_auth_conf_rx()
H
A
D
dpp_reconfig.c
764
len[0] =
DPP_HDR_LEN
;
in dpp_reconfig_auth_resp_rx()
876
len[0] =
DPP_HDR_LEN
;
in dpp_reconfig_auth_conf_rx()
H
A
D
dpp.h
37
#define
DPP_HDR_LEN
(4 + 2) /* OUI, OUI Type, Crypto Suite, DPP frame type */
macro
H
A
D
dpp.c
3030
len[0] =
DPP_HDR_LEN
;
in dpp_conf_result_rx()
3189
len[0] =
DPP_HDR_LEN
;
in dpp_conn_status_result_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
dpp.c
3198
len[0] =
DPP_HDR_LEN
;
in dpp_auth_req_rx()
3566
len[0] =
DPP_HDR_LEN
;
in dpp_auth_resp_rx_status()
3807
len[0] =
DPP_HDR_LEN
;
in dpp_auth_resp_rx()
3987
len[0] =
DPP_HDR_LEN
;
in dpp_auth_conf_rx_failure()
4146
len[0] =
DPP_HDR_LEN
;
in dpp_auth_conf_rx()
6038
len[0] =
DPP_HDR_LEN
;
in dpp_conf_result_rx()
7557
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_build_commit_reveal_req()
7858
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_build_commit_reveal_resp()
7944
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_rx_commit_reveal_req()
8107
len[0] =
DPP_HDR_LEN
;
in dpp_pkex_rx_commit_reveal_resp()
[all...]
H
A
D
dpp.h
24
#define
DPP_HDR_LEN
(4 + 2) /* OUI, OUI Type, Crypto Suite, DPP frame type */
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
dpp_supplicant.c
1787
if (len <
DPP_HDR_LEN
)
in wpas_dpp_rx_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
dpp_hostapd.c
1336
if (len <
DPP_HDR_LEN
)
in hostapd_dpp_rx_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dpp_hostapd.c
1909
if (len <
DPP_HDR_LEN
)
in hostapd_dpp_rx_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
dpp_supplicant.c
2856
if (len <
DPP_HDR_LEN
)
in wpas_dpp_rx_action()
Completed in 34 milliseconds