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:exchange_done
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
dpp_pkex.c
557
pkex->
exchange_done
= 1;
in dpp_pkex_rx_exchange_req()
812
pkex->
exchange_done
= 1;
in dpp_pkex_rx_exchange_resp()
1038
if (!pkex->
exchange_done
|| pkex->failed ||
in dpp_pkex_rx_commit_reveal_req()
1218
if (!pkex->
exchange_done
|| pkex->failed ||
in dpp_pkex_rx_commit_reveal_resp()
H
A
D
dpp.h
177
unsigned int
exchange_done
:1;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
dpp.h
129
unsigned int
exchange_done
:1;
member
H
A
D
dpp.c
7457
pkex->
exchange_done
= 1;
in dpp_pkex_rx_exchange_req()
7706
pkex->
exchange_done
= 1;
in dpp_pkex_rx_exchange_resp()
7924
if (!pkex->
exchange_done
|| pkex->failed ||
in dpp_pkex_rx_commit_reveal_req()
8087
if (!pkex->
exchange_done
|| pkex->failed ||
in dpp_pkex_rx_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
dpp_supplicant.c
1645
wpa_s->dpp_pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_exchange_resp()
1701
if (!pkex || pkex->initiator || !pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_commit_reveal_req()
1750
if (!pkex || !pkex->initiator || !pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
dpp_hostapd.c
1214
hapd->dpp_pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_exchange_resp()
1249
if (!pkex || pkex->initiator || !pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_commit_reveal_req()
1298
if (!pkex || !pkex->initiator || !pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dpp_hostapd.c
1787
hapd->dpp_pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_exchange_resp()
1822
if (!pkex || pkex->initiator || !pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_commit_reveal_req()
1871
if (!pkex || !pkex->initiator || !pkex->
exchange_done
) {
in hostapd_dpp_rx_pkex_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
dpp_supplicant.c
2713
wpa_s->dpp_pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_exchange_resp()
2769
if (!pkex || pkex->initiator || !pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_commit_reveal_req()
2818
if (!pkex || !pkex->initiator || !pkex->
exchange_done
) {
in wpas_dpp_rx_pkex_commit_reveal_resp()
Completed in 26 milliseconds