ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_supp_dpp_event_t
from the following samples and libraries:
dpp-enrollee sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_supp_dpp_event_t
esp_supp_dpp_event_t enum
Syntax
Show:
Summary
Declaration
from
esp_dpp.h:36
enum
{
ESP_SUPP_DPP_URI_READY
,
ESP_SUPP_DPP_CFG_RECVD
,
ESP_SUPP_DPP_PDR_RECVD
,
ESP_SUPP_DPP_FAIL
,
}
;
Values
Value
Declared as
Description
esp_supp_dpp_event_t::ESP_SUPP_DPP_URI_READY
URI is ready through Bootstrapping.
esp_supp_dpp_event_t::ESP_SUPP_DPP_CFG_RECVD
Config received via DPP Authentication.
esp_supp_dpp_event_t::ESP_SUPP_DPP_PDR_RECVD
Peer Discovery Response is received.
esp_supp_dpp_event_t::ESP_SUPP_DPP_FAIL
DPP Authentication failure.
Examples
esp_supp_dpp_event_t
is referenced by 1 libraries and example projects:
dpp-enrollee sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_dpp.h:36
}
esp_supp_dpp_event_t
;
esp_dpp.h:41
static
void
esp_dpp_call_cb
(
esp_supp_dpp_event_t
evt
,
void
*
data
)
esp_dpp.c:82
esp_dpp_call_cb()
esp_dpp_call_cb()::evt
}
esp_supp_dpp_event_t
;
esp_dpp.h:41
esp_supp_dpp_event_t
typedef
void
(
*
esp_supp_dpp_event_cb_t
)
(
esp_supp_dpp_event_t
evt
,
void
*
data
)
;
esp_dpp.h:51
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
esp_dpp_call_cb()::evt
esp_dpp_call_cb()
esp_dpp.c:82
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out