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_test
(Results
1 - 15
of
15
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
dpp_auth.c
83
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_REQ)
in dpp_auth_build_req()
134
if (
dpp_test
== DPP_TEST_NO_WRAPPED_DATA_AUTH_REQ) {
in dpp_auth_build_req()
144
if (
dpp_test
== DPP_TEST_NO_I_NONCE_AUTH_REQ) {
in dpp_auth_build_req()
148
if (
dpp_test
== DPP_TEST_INVALID_I_NONCE_AUTH_REQ) {
in dpp_auth_build_req()
170
if (
dpp_test
== DPP_TEST_NO_I_CAPAB_AUTH_REQ) {
in dpp_auth_build_req()
184
if (
dpp_test
== DPP_TEST_ZERO_I_CAPAB) {
in dpp_auth_build_req()
219
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_REQ) {
in dpp_auth_build_req()
264
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_RESP)
in dpp_auth_build_resp()
302
if (
dpp_test
== DPP_TEST_NO_WRAPPED_DATA_AUTH_RESP) {
in dpp_auth_build_resp()
329
if (
dpp_test
in dpp_auth_build_resp()
[all...]
H
A
D
dpp_pkex.c
103
if (
dpp_test
== DPP_TEST_NO_FINITE_CYCLIC_GROUP_PKEX_EXCHANGE_REQ) {
in dpp_pkex_build_exchange_req()
126
if (
dpp_test
== DPP_TEST_NO_ENCRYPTED_KEY_PKEX_EXCHANGE_REQ) {
in dpp_pkex_build_exchange_req()
137
if (
dpp_test
== DPP_TEST_INVALID_ENCRYPTED_KEY_PKEX_EXCHANGE_REQ) {
in dpp_pkex_build_exchange_req()
236
if (
dpp_test
== DPP_TEST_NO_STATUS_PKEX_EXCHANGE_RESP) {
in dpp_pkex_build_exchange_resp()
241
if (
dpp_test
== DPP_TEST_INVALID_STATUS_PKEX_EXCHANGE_RESP) {
in dpp_pkex_build_exchange_resp()
274
if (
dpp_test
== DPP_TEST_NO_ENCRYPTED_KEY_PKEX_EXCHANGE_RESP) {
in dpp_pkex_build_exchange_resp()
285
if (
dpp_test
== DPP_TEST_INVALID_ENCRYPTED_KEY_PKEX_EXCHANGE_RESP) {
in dpp_pkex_build_exchange_resp()
595
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_PKEX_CR_REQ)
in dpp_pkex_build_commit_reveal_req()
603
if (
dpp_test
== DPP_TEST_NO_BOOTSTRAP_KEY_PKEX_CR_REQ) {
in dpp_pkex_build_commit_reveal_req()
607
if (
dpp_test
in dpp_pkex_build_commit_reveal_req()
[all...]
H
A
D
dpp.c
38
enum dpp_test_behavior
dpp_test
= DPP_TEST_DISABLED;
variable
682
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_CONF_REQ)
in dpp_build_conf_req_attr()
690
if (
dpp_test
== DPP_TEST_NO_E_NONCE_CONF_REQ) {
in dpp_build_conf_req_attr()
694
if (
dpp_test
== DPP_TEST_INVALID_E_NONCE_CONF_REQ) {
in dpp_build_conf_req_attr()
701
if (
dpp_test
== DPP_TEST_NO_WRAPPED_DATA_CONF_REQ) {
in dpp_build_conf_req_attr()
714
if (
dpp_test
== DPP_TEST_NO_CONFIG_ATTR_OBJ_CONF_REQ) {
in dpp_build_conf_req_attr()
743
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_CONF_REQ) {
in dpp_build_conf_req_attr()
823
if (
dpp_test
== DPP_TEST_INVALID_CONFIG_ATTR_OBJ_CONF_REQ) {
in dpp_build_conf_req_helper()
1752
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_CONF_RESP)
in dpp_build_conf_resp()
1760
if (
dpp_test
in dpp_build_conf_resp()
[all...]
H
A
D
dpp.h
504
extern enum dpp_test_behavior
dpp_test
;
H
A
D
dpp_tcp.c
313
if (
dpp_test
== DPP_TEST_STOP_AT_AUTH_CONF) {
in dpp_controller_auth_success()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
dpp.c
37
enum dpp_test_behavior
dpp_test
= DPP_TEST_DISABLED;
variable
1693
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_REQ)
in dpp_auth_build_req()
1742
if (
dpp_test
== DPP_TEST_NO_WRAPPED_DATA_AUTH_REQ) {
in dpp_auth_build_req()
1752
if (
dpp_test
== DPP_TEST_NO_I_NONCE_AUTH_REQ) {
in dpp_auth_build_req()
1756
if (
dpp_test
== DPP_TEST_INVALID_I_NONCE_AUTH_REQ) {
in dpp_auth_build_req()
1778
if (
dpp_test
== DPP_TEST_NO_I_CAPAB_AUTH_REQ) {
in dpp_auth_build_req()
1792
if (
dpp_test
== DPP_TEST_ZERO_I_CAPAB) {
in dpp_auth_build_req()
1827
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_REQ) {
in dpp_auth_build_req()
1871
if (
dpp_test
== DPP_TEST_AFTER_WRAPPED_DATA_AUTH_RESP)
in dpp_auth_build_resp()
1907
if (
dpp_test
in dpp_auth_build_resp()
[all...]
H
A
D
dpp.h
376
extern enum dpp_test_behavior
dpp_test
;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
dpp_hostapd.c
726
if (
dpp_test
== DPP_TEST_REJECT_CONFIG) {
in hostapd_dpp_gas_resp_cb()
808
if (
dpp_test
== DPP_TEST_STOP_AT_AUTH_CONF) {
in hostapd_dpp_auth_success()
976
if (
dpp_test
== DPP_TEST_NO_TRANSACTION_ID_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
980
if (
dpp_test
== DPP_TEST_INVALID_TRANSACTION_ID_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
993
if (
dpp_test
== DPP_TEST_NO_STATUS_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
997
if (
dpp_test
== DPP_TEST_INVALID_STATUS_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1010
if (
dpp_test
== DPP_TEST_NO_CONNECTOR_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1015
dpp_test
== DPP_TEST_INVALID_CONNECTOR_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
dpp_hostapd.c
956
if (
dpp_test
== DPP_TEST_REJECT_CONFIG) {
in hostapd_dpp_gas_resp_cb()
1031
if (
dpp_test
== DPP_TEST_STOP_AT_AUTH_CONF) {
in hostapd_dpp_auth_success()
1497
if (
dpp_test
== DPP_TEST_NO_TRANSACTION_ID_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1501
if (
dpp_test
== DPP_TEST_INVALID_TRANSACTION_ID_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1514
if (
dpp_test
== DPP_TEST_NO_STATUS_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1518
if (
dpp_test
== DPP_TEST_INVALID_STATUS_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1531
if (
dpp_test
== DPP_TEST_NO_CONNECTOR_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1536
dpp_test
== DPP_TEST_INVALID_CONNECTOR_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
1563
if (
dpp_test
== DPP_TEST_NO_PROTOCOL_VERSION_PEER_DISC_RESP) {
in hostapd_dpp_send_peer_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
dpp_supplicant.c
1059
if (
dpp_test
== DPP_TEST_REJECT_CONFIG) {
in wpas_dpp_gas_resp_cb()
1112
if (
dpp_test
== DPP_TEST_INVALID_CONFIG_ATTR_OBJ_CONF_REQ) {
in wpas_dpp_start_gas_client()
1150
if (
dpp_test
== DPP_TEST_STOP_AT_AUTH_CONF) {
in wpas_dpp_auth_success()
2051
if (
dpp_test
== DPP_TEST_NO_TRANSACTION_ID_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
2055
if (
dpp_test
== DPP_TEST_INVALID_TRANSACTION_ID_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
2070
if (
dpp_test
== DPP_TEST_NO_CONNECTOR_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
2074
if (
dpp_test
== DPP_TEST_INVALID_CONNECTOR_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
H
A
D
ctrl_iface.c
700
} else if (os_strcasecmp(cmd, "
dpp_test
") == 0) {
in wpa_supplicant_ctrl_iface_set()
701
dpp_test
= atoi(value);
in wpa_supplicant_ctrl_iface_set()
8119
dpp_test
= DPP_TEST_DISABLED;
in wpa_supplicant_ctrl_iface_flush()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
dpp_supplicant.c
1686
if (
dpp_test
== DPP_TEST_REJECT_CONFIG) {
in wpas_dpp_gas_resp_cb()
1772
if (
dpp_test
== DPP_TEST_STOP_AT_AUTH_CONF) {
in wpas_dpp_auth_success()
3177
if (
dpp_test
== DPP_TEST_NO_TRANSACTION_ID_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
3181
if (
dpp_test
== DPP_TEST_INVALID_TRANSACTION_ID_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
3196
if (
dpp_test
== DPP_TEST_NO_CONNECTOR_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
3200
if (
dpp_test
== DPP_TEST_INVALID_CONNECTOR_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
3225
if (
dpp_test
== DPP_TEST_NO_PROTOCOL_VERSION_PEER_DISC_REQ) {
in wpas_dpp_check_connect()
H
A
D
ctrl_iface.c
894
} else if (os_strcasecmp(cmd, "
dpp_test
") == 0) {
in wpa_supplicant_ctrl_iface_set()
895
dpp_test
= atoi(value);
in wpa_supplicant_ctrl_iface_set()
9045
dpp_test
= DPP_TEST_DISABLED;
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_ctrl_iface.c
1388
} else if (os_strcasecmp(cmd, "
dpp_test
") == 0) {
in hostapd_ctrl_iface_set()
1389
dpp_test
= atoi(value);
in hostapd_ctrl_iface_set()
3851
dpp_test
= DPP_TEST_DISABLED;
in hostapd_ctrl_iface_flush()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_ctrl_iface.c
1492
} else if (os_strcasecmp(cmd, "
dpp_test
") == 0) {
in hostapd_ctrl_iface_set()
1493
dpp_test
= atoi(value);
in hostapd_ctrl_iface_set()
4502
dpp_test
= DPP_TEST_DISABLED;
in hostapd_ctrl_iface_flush()
Completed in 61 milliseconds