ESP-IDF
esp_dpp_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_dpp_context_t
esp_dpp_context_t struct
Syntax
Show:
Summary
Declaration
from
esp_dpp_i.h:48
struct
esp_dpp_context_t
{
struct
dpp_bootstrap_params_t
bootstrap_params
;
struct
dpp_authentication
*
dpp_auth
;
int
gas_dialog_token
;
esp_supp_dpp_event_cb_t
dpp_event_cb
;
struct
dpp_global
*
dpp_global
;
wifi_config_t
wifi_cfg
;
int
id
;
}
;
Fields
Field
Declared as
esp_dpp_context_t::bootstrap_params
struct
dpp_bootstrap_params_t
esp_dpp_context_t::dpp_auth
struct
dpp_authentication
*
esp_dpp_context_t::gas_dialog_token
int
esp_dpp_context_t::dpp_event_cb
esp_supp_dpp_event_cb_t
esp_dpp_context_t::dpp_global
struct
dpp_global
*
esp_dpp_context_t::wifi_cfg
wifi_config_t
esp_dpp_context_t::id
int
Examples
References
from
examples
Code
Location
Referrer
struct
esp_dpp_context_t
{
esp_dpp_i.h:48
static
struct
esp_dpp_context_t
s_dpp_ctx
;
esp_dpp.c:29
s_dpp_ctx
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
s_dpp_ctx
esp_dpp.c:29
Lifecycle
from
examples
All items filtered out
All items filtered out