ESP-IDF
dpp_parse_cred_legacy()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_parse_cred_legacy()
dpp_parse_cred_legacy() function
Syntax
Show:
Summary
Declaration
from
dpp.c:3824
static
int
dpp_parse_cred_legacy
(
struct
dpp_config_obj
*
conf
,
struct
json_token
*
cred
)
;
Arguments
Argument
conf
cred
Related Functions
Found 6 other functions taking a
dpp_config_obj
argument:
Function
dpp_build_peer_disc_req()
dpp_copy_csign()
dpp_copy_netaccesskey()
dpp_parse_connector()
dpp_parse_cred_dpp()
esp_dpp_handle_config_obj()
Examples
References
from
examples
Code
Location
Referrer
static
int
dpp_parse_cred_legacy
(
struct
dpp_config_obj
*
conf
,
dpp.c:3824
if
(
dpp_parse_cred_legacy
(
conf
,
cred
)
<
0
)
dpp.c:4172
dpp_parse_cred_dpp()
if
(
dpp_parse_cred_legacy
(
conf
,
cred
)
<
0
)
dpp.c:4417
dpp_parse_conf_obj()
Call Tree
from
examples
dpp_parse_cred_legacy()
is called by 2 functions and calls 4 functions:
dpp_parse_cred_dpp()
dpp_parse_conf_obj()
All items filtered out
dpp_parse_cred_legacy()
hexstr2bin()
json_get_member()
dpp_akm_psk()
dpp_akm_sae()
All items filtered out
Data Use
from
examples
dpp_parse_cred_legacy()
reads 6 variables and writes 1 variable:
json_type::JSON_STRING
json_token::type
json_token::string
dpp_config_obj::passphrase
dpp_config_obj::psk
dpp_config_obj::akm
All items filtered out
dpp_parse_cred_legacy()
dpp_config_obj::psk_set
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