ESP-IDF
wpa_hexdump_ascii
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_hexdump_ascii
wpa_hexdump_ascii macro
Syntax
Show:
Summary
Declaration
from
wpa_debug.h:158
#define
wpa_hexdump_ascii
(
...
)
do
{
}
while
(
0
)
Examples
References
from
examples
Code
Location
#define
wpa_hexdump_ascii
(
...
)
do
{
}
while
(
0
)
wpa_debug.h:158
wpa_hexdump_ascii
(
MSG_DEBUG
,
"SSID"
,
ap_config.c:129
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: URI"
,
(
u8
*
)
uri
,
os_strlen
(
uri
)
)
;
dpp.c:365
wpa_hexdump_ascii
(
MSG_DEBUG
,
dpp.c:394
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: configRequest JSON"
,
(
u8
*
)
json
,
json_len
)
;
dpp.c:1232
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: configurationObject JSON"
,
dpp.c:3541
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: Config Attributes"
,
dpp.c:3749
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: signedConnector"
,
dpp.c:4196
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: discovery::ssid64"
,
dpp.c:4358
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: discovery::ssid"
,
dpp.c:4371
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: configurationObject JSON"
,
dpp.c:4525
wpa_hexdump_ascii
(
MSG_DEBUG
,
dpp_crypto.c:665
wpa_hexdump_ascii
(
MSG_DEBUG
,
dpp_crypto.c:697
wpa_hexdump_ascii
(
MSG_DEBUG
,
"DPP: Peer signedConnector"
,
dpp_crypto.c:780
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP: using method re-auth "
eap.c:377
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP: using anonymous identity"
,
eap.c:382
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP: using real identity"
,
eap.c:387
wpa_hexdump_ascii
(
MSG_DEBUG
,
"permanent identity from "
eap.c:399
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-FAST: PAC-Info - A-ID"
,
eap_fast.c:918
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-FAST: PAC-Info - I-ID"
,
eap_fast.c:924
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-FAST: PAC-Info - A-ID-Info"
,
eap_fast.c:930
wpa_hexdump_ascii
(
MSG_DEBUG
,
eap_fast.c:941
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-FAST: A-ID"
,
a_id
,
*
id_len
)
;
eap_fast.c:1352
wpa_hexdump_ascii
(
MSG_MSGDUMP
,
"EAP-FAST: A-ID-Info"
,
eap_fast.c:1376
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-MSCHAPV2: Authentication Servername"
,
eap_mschapv2.c:266
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-MSCHAPV2: Success message"
,
eap_mschapv2.c:338
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-MSCHAPV2: username"
,
eap_mschapv2.c:551
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-MSCHAPV2: Failure data"
,
eap_mschapv2.c:620
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-Identity: Peer identity"
,
pos
,
len
)
;
eap_server_identity.c:122
wpa_hexdump_ascii
(
MSG_INFO
,
"EAP-WSC: Unexpected identity"
,
eap_server_wsc.c:76
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-TTLS: CHAP username"
,
eap_ttls.c:770
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-TTLS: AVP - Reply-Message"
,
eap_ttls.c:951
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-TTLS: MS-CHAP2-Success"
,
eap_ttls.c:955
wpa_hexdump_ascii
(
MSG_DEBUG
,
"EAP-TTLS: MS-CHAP-Error"
,
eap_ttls.c:967
wpa_hexdump_ascii
(
MSG_DEBUG
,
"ssid "
,
cred
->
ssid
,
cred
->
ssid_len
)
;
esp_wps.c:1400
wpa_hexdump_ascii
(
MSG_DEBUG
,
"key "
,
cred
->
key
,
cred
->
key_len
)
;
esp_wps.c:1401
wpa_hexdump_ascii
(
MSG_DEBUG
,
"MSCHAPV2: Identity"
,
mschapv2.c:45
wpa_hexdump_ascii
(
MSG_DEBUG
,
"MSCHAPV2: Username"
,
mschapv2.c:49
wpa_hexdump_ascii
(
MSG_DEBUG
,
"MSCHAPV2: username"
,
mschapv2.c:56
wpa_hexdump_ascii
(
MSG_DEBUG
,
"SAE: SSID"
,
ssid
,
ssid_len
)
;
sae.c:791
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: SSID"
,
ssid
,
ssid_len
)
;
wps_attr_process.c:112
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Manufacturer"
,
str
,
str_len
)
;
wps_dev_attr.c:268
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Model Name"
,
str
,
str_len
)
;
wps_dev_attr.c:287
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Model Number"
,
str
,
str_len
)
;
wps_dev_attr.c:306
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Serial Number"
,
str
,
str_len
)
;
wps_dev_attr.c:325
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Device Name"
,
str
,
str_len
)
;
wps_dev_attr.c:344
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Manufacturer"
,
wps_enrollee.c:1086
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Model Name"
,
wps_enrollee.c:1088
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Model Number"
,
wps_enrollee.c:1090
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Serial Number"
,
wps_enrollee.c:1092
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: Device Name"
,
wps_enrollee.c:1094
wpa_hexdump_ascii
(
MSG_DEBUG
,
"WPS: SSID for Credential"
,
wps_registrar.c:1555
wpa_hexdump_ascii
(
MSG_MSGDUMP
,
"X509: Attribute Data"
,
x509v3.c:428
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Unrecognized "
x509v3.c:594
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse "
x509v3.c:600
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Unrecognized "
x509v3.c:612
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse "
x509v3.c:618
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse Time "
x509v3.c:632
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse Time "
x509v3.c:640
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse Time "
x509v3.c:648
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse Time "
x509v3.c:656
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse Time "
x509v3.c:664
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to convert Time"
,
x509v3.c:670
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse notBefore "
x509v3.c:725
wpa_hexdump_ascii
(
MSG_DEBUG
,
"X509: Failed to parse notAfter "
x509v3.c:737
wpa_hexdump_ascii
(
MSG_MSGDUMP
,
"X509: altName - rfc822Name"
,
pos
,
len
)
;
x509v3.c:881
wpa_hexdump_ascii
(
MSG_MSGDUMP
,
"X509: altName - dNSName"
,
pos
,
len
)
;
x509v3.c:903
wpa_hexdump_ascii
(
MSG_MSGDUMP
,
x509v3.c:925
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out