ESP-IDF
dpp_configuration::passphrase
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configuration::passphrase
dpp_configuration::passphrase field
Syntax
Show:
Summary
Declaration
from
dpp.h:232
char
*
passphrase
;
Examples
References
from
examples
Code
Location
Referrer
char
*
passphrase
;
dpp.h:232
if
(
dpp_akm_psk
(
conf
->
akm
)
&&
!
conf
->
passphrase
&&
!
conf
->
psk_set
)
dpp.c:2854
dpp_configuration_valid()
if
(
dpp_akm_sae
(
conf
->
akm
)
&&
!
conf
->
passphrase
)
dpp.c:2856
dpp_configuration_valid()
str_clear_free
(
conf
->
passphrase
)
;
dpp.c:2865
dpp_configuration_free()
conf
->
passphrase
=
os_zalloc
(
pass_len
+
1
)
;
dpp.c:2937
dpp_configuration_parse_helper()
if
(
!
conf
->
passphrase
||
dpp.c:2938
dpp_configuration_parse_helper()
hexstr2bin
(
pos
,
(
u8
*
)
conf
->
passphrase
,
pass_len
)
<
0
)
dpp.c:2939
dpp_configuration_parse_helper()
if
(
conf
->
passphrase
&&
os_strlen
(
conf
->
passphrase
)
<
64
)
{
dpp.c:3203
dpp_build_legacy_cred_params()
json_add_string_escape
(
buf
,
"pass"
,
conf
->
passphrase
,
dpp.c:3204
dpp_build_legacy_cred_params()
os_strlen
(
conf
->
passphrase
)
)
;
dpp.c:3205
dpp_build_legacy_cred_params()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_configuration::passphrase
is written by 1 function and is read by 4 functions:
dpp_configuration_parse_helper()
All items filtered out
dpp_configuration::passphrase
dpp_configuration_valid()
dpp_configuration_free()
dpp_configuration_parse_helper()
dpp_build_legacy_cred_params()
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