ESP-IDF
WIFI_EVENT_NDP_CONFIRM
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
WIFI_EVENT_NDP_CONFIRM
WIFI_EVENT_NDP_CONFIRM value
NDP Confirm Indication
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1017
WIFI_EVENT_NDP_CONFIRM
;
Examples
References
from
examples
Code
Location
Referrer
WIFI_EVENT_NDP_CONFIRM
,
/**< NDP Confirm Indication */
esp_wifi_types_generic.h:1017
case
WIFI_EVENT_NDP_CONFIRM
:
{
nan_app.c:395
nan_fill_params_from_event()
nan_fill_params_from_event
(
evt
,
WIFI_EVENT_NDP_CONFIRM
)
;
nan_app.c:554
nan_app_action_ndp_confirm()
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_NDP_CONFIRM
,
nan_app_action_ndp_confirm
)
;
nan_app.c:623
nan_clear_app_default_handlers()
ESP_GOTO_ON_ERROR
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_NDP_CONFIRM
,
nan_app.c:651
nan_set_app_default_handlers()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WIFI_EVENT_NDP_CONFIRM
is read by 4 functions:
All items filtered out
WIFI_EVENT_NDP_CONFIRM
nan_fill_params_from_event()
nan_app_action_ndp_confirm()
nan_clear_app_default_handlers()
nan_set_app_default_handlers()
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