ESP-IDF
esp_supp_dpp_event_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_supp_dpp_event_cb_t
esp_supp_dpp_event_cb_t
Callback function for receiving DPP Events from Supplicant. Callback function will be called with DPP related information.
Syntax
Show:
Summary
Declaration
from
esp_dpp.h:51
typedef
void
(
*
esp_supp_dpp_event_cb_t
)
(
esp_supp_dpp_event_t
evt
,
void
*
data
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
esp_supp_dpp_event_cb_t
)
(
esp_supp_dpp_event_t
evt
,
void
*
data
)
;
esp_dpp.h:51
esp_err_t
esp_supp_dpp_init
(
esp_supp_dpp_event_cb_t
cb
)
esp_dpp.c:867
esp_supp_dpp_init()
esp_err_t
esp_supp_dpp_init
(
esp_supp_dpp_event_cb_t
evt_cb
)
;
esp_dpp.h:64
esp_supp_dpp_event_cb_t
dpp_event_cb
;
esp_dpp_i.h:52
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
Lifecycle
from
examples
All items filtered out
All items filtered out