ESP-IDF
dpp_configuration_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_free()
dpp_configuration_free() function
Syntax
Show:
Summary
Declaration
Definition
from
dpp.h:484
void
dpp_configuration_free
(
struct
dpp_configuration
*
conf
)
;
Implemented in
dpp.c:2861
Arguments
Argument
conf
Related Functions
Found 5 other functions taking a
dpp_configuration
argument:
Function
dpp_configuration_valid()
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
void
dpp_configuration_free
(
struct
dpp_configuration
*
conf
)
dpp.c:2861
void
dpp_configuration_free
(
struct
dpp_configuration
*
conf
)
;
dpp.h:484
dpp_configuration_free
(
conf
)
;
dpp.c:2817
dpp_configuration_alloc()
dpp_configuration_free
(
conf_sta
)
;
dpp.c:2991
dpp_configuration_parse_helper()
dpp_configuration_free
(
conf_ap
)
;
dpp.c:2992
dpp_configuration_parse_helper()
dpp_configuration_free
(
auth
->
conf_sta
)
;
dpp.c:3023
dpp_configuration_parse()
dpp_configuration_free
(
auth
->
conf2_sta
)
;
dpp.c:3024
dpp_configuration_parse()
dpp_configuration_free
(
auth
->
conf_ap
)
;
dpp.c:3025
dpp_configuration_parse()
dpp_configuration_free
(
auth
->
conf2_ap
)
;
dpp.c:3026
dpp_configuration_parse()
dpp_configuration_free
(
auth
->
conf_ap
)
;
dpp.c:3094
dpp_auth_deinit()
dpp_configuration_free
(
auth
->
conf2_ap
)
;
dpp.c:3095
dpp_auth_deinit()
dpp_configuration_free
(
auth
->
conf_sta
)
;
dpp.c:3096
dpp_auth_deinit()
dpp_configuration_free
(
auth
->
conf2_sta
)
;
dpp.c:3097
dpp_auth_deinit()
Call Tree
from
examples
dpp_configuration_free()
is called by 4 functions and calls 3 functions:
dpp_configuration_alloc()
dpp_configuration_parse_helper()
dpp_configuration_parse()
dpp_auth_deinit()
All items filtered out
dpp_configuration_free()
free()
bin_clear_free()
str_clear_free()
All items filtered out
Data Use
from
examples
dpp_configuration_free()
reads 2 variables:
dpp_configuration::group_id
dpp_configuration::passphrase
All items filtered out
dpp_configuration_free()
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