ESP-IDF
WIFI_EVENT_NAN_REPLIED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_NAN_REPLIED
WIFI_EVENT_NAN_REPLIED value
Replied to a NAN peer with Service Discovery match
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1014
WIFI_EVENT_NAN_REPLIED
;
Examples
References
from
examples
Code
Location
Referrer
WIFI_EVENT_NAN_REPLIED
,
/**< Replied to a NAN peer with Service Discovery match */
esp_wifi_types_generic.h:1014
case
WIFI_EVENT_NAN_REPLIED
:
{
nan_app.c:406
nan_fill_params_from_event()
nan_fill_params_from_event
(
evt
,
WIFI_EVENT_NAN_REPLIED
)
;
nan_app.c:465
nan_app_action_replied()
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_NAN_REPLIED
,
nan_app_action_replied
)
;
nan_app.c:620
nan_clear_app_default_handlers()
ESP_GOTO_ON_ERROR
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_NAN_REPLIED
,
nan_app.c:642
nan_set_app_default_handlers()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WIFI_EVENT_NAN_REPLIED
is read by 4 functions:
All items filtered out
WIFI_EVENT_NAN_REPLIED
nan_fill_params_from_event()
nan_app_action_replied()
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