ESP-IDF
dpp_configuration_valid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_configuration_valid()
dpp_configuration_valid() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:483
int
dpp_configuration_valid
(
const
struct
dpp_configuration
*
conf
)
;
Implemented in
dpp.c:2850
Arguments
Argument
conf
Related Functions
Found 5 other functions taking a
dpp_configuration
argument:
Function
dpp_configuration_free()
dpp_build_conf_start()
dpp_build_legacy_cred_params()
dpp_build_conf_obj_dpp()
dpp_build_conf_obj_legacy()
Examples
References
from
examples
Code
Location
Referrer
int
dpp_configuration_valid
(
const
struct
dpp_configuration
*
conf
)
dpp.c:2850
int
dpp_configuration_valid
(
const
struct
dpp_configuration
*
conf
)
;
dpp.h:483
if
(
!
dpp_configuration_valid
(
conf
)
)
dpp.c:2976
dpp_configuration_parse_helper()
Call Tree
from
examples
dpp_configuration_valid()
is called by 1 function and calls 2 functions:
dpp_configuration_parse_helper()
All items filtered out
dpp_configuration_valid()
dpp_akm_psk()
dpp_akm_sae()
All items filtered out
Data Use
from
examples
dpp_configuration_valid()
reads 4 variables:
dpp_configuration::ssid_len
dpp_configuration::akm
dpp_configuration::passphrase
dpp_configuration::psk_set
All items filtered out
dpp_configuration_valid()
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