ESP-IDF
+
0
/1 examples
SourceVu will show references to
WIFI_EVENT_NDP_INDICATION
from the following samples and libraries:
nan_publisher sample
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_INDICATION
WIFI_EVENT_NDP_INDICATION value
Received NDP Request from a NAN Peer
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1016
WIFI_EVENT_NDP_INDICATION
;
Examples
WIFI_EVENT_NDP_INDICATION
is referenced by 1 libraries and example projects:
nan_publisher sample
References
from
0/1
examples
Code
Location
Referrer
WIFI_EVENT_NDP_INDICATION
,
/**< Received NDP Request from a NAN Peer */
esp_wifi_types_generic.h:1016
case
WIFI_EVENT_NDP_INDICATION
:
{
nan_app.c:390
nan_fill_params_from_event()
nan_fill_params_from_event
(
evt
,
WIFI_EVENT_NDP_INDICATION
)
;
nan_app.c:503
nan_app_action_ndp_indication()
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_NDP_INDICATION
,
nan_app_action_ndp_indication
)
;
nan_app.c:622
nan_clear_app_default_handlers()
ESP_GOTO_ON_ERROR
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_NDP_INDICATION
,
nan_app.c:648
nan_set_app_default_handlers()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
WIFI_EVENT_NDP_INDICATION
is read by 4 functions:
All items filtered out
WIFI_EVENT_NDP_INDICATION
nan_fill_params_from_event()
nan_app_action_ndp_indication()
nan_clear_app_default_handlers()
nan_set_app_default_handlers()
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
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out