ESP-IDF
dpp_configuration::netrole
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::netrole
dpp_configuration::netrole field
Syntax
Show:
Summary
Declaration
from
dpp.h:223
enum
dpp_netrole
netrole
;
Examples
References
from
examples
Code
Location
Referrer
enum
dpp_netrole
netrole
;
dpp.h:223
conf_sta
->
netrole
=
DPP_NETROLE_STA
;
dpp.c:2882
dpp_configuration_parse_helper()
conf_ap
->
netrole
=
DPP_NETROLE_AP
;
dpp.c:2891
dpp_configuration_parse_helper()
json_add_string
(
dppcon
,
"netRole"
,
dpp_netrole_str
(
conf
->
netrole
)
)
;
dpp.c:3319
dpp_build_conf_obj_dpp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_configuration::netrole
is written by 1 function and is read by 1 function:
dpp_configuration_parse_helper()
All items filtered out
dpp_configuration::netrole
dpp_build_conf_obj_dpp()
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