ESP-IDF
dpp_configuration_alloc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_configuration_alloc()
dpp_configuration_alloc() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:477
struct
dpp_configuration
*
dpp_configuration_alloc
(
const
char
*
type
)
;
Implemented in
dpp.c:2781
Arguments
Argument
type
Examples
References
from
examples
Code
Location
Referrer
struct
dpp_configuration
*
dpp_configuration_alloc
(
const
char
*
type
)
dpp.c:2781
struct
dpp_configuration
*
dpp_configuration_alloc
(
const
char
*
type
)
;
dpp.h:477
conf_sta
=
dpp_configuration_alloc
(
pos
+
10
)
;
dpp.c:2879
dpp_configuration_parse_helper()
conf_ap
=
dpp_configuration_alloc
(
pos
+
9
)
;
dpp.c:2888
dpp_configuration_parse_helper()
Call Tree
from
examples
dpp_configuration_alloc()
is called by 1 function and calls 3 functions:
dpp_configuration_parse_helper()
All items filtered out
dpp_configuration_alloc()
calloc()
dpp_configuration_free()
bin_str_eq()
All items filtered out
Data Use
from
examples
dpp_configuration_alloc()
reads 6 variables and writes 1 variable:
dpp_akm::DPP_AKM_DPP
dpp_akm::DPP_AKM_PSK
dpp_akm::DPP_AKM_SAE
dpp_akm::DPP_AKM_PSK_SAE
dpp_akm::DPP_AKM_SAE_DPP
dpp_akm::DPP_AKM_PSK_SAE_DPP
All items filtered out
dpp_configuration_alloc()
dpp_configuration::akm
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
dpp_configuration_alloc()
frees 1 types:
All items filtered out
dpp_configuration_alloc()
dpp_configuration
All items filtered out