ESP-IDF
nan_app_action_ndp_indication()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nan_app_action_ndp_indication()
nan_app_action_ndp_indication() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:484
static
void
nan_app_action_ndp_indication
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
data
)
;
Arguments
Argument
arg
event_base
event_id
data
Examples
References
from
examples
Code
Location
Referrer
static
void
nan_app_action_ndp_indication
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
data
)
nan_app.c:484
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_NDP_INDICATION
,
nan_app_action_ndp_indication
)
;
nan_app.c:622
nan_clear_app_default_handlers()
nan_app_action_ndp_indication
,
NULL
)
,
fail
,
TAG
,
"Registering event handler failed"
)
;
nan_app.c:649
nan_set_app_default_handlers()
Call Tree
from
examples
nan_app_action_ndp_indication()
calls 8 functions:
All items filtered out
nan_app_action_ndp_indication()
esp_log_timestamp()
esp_log_write()
esp_nan_internal_datapath_resp()
wifi_osi_funcs_t::_mutex_lock
wifi_osi_funcs_t::_mutex_unlock
nan_find_own_svc()
ndl_limit_reached()
nan_fill_params_from_event()
All items filtered out
Data Use
from
examples
nan_app_action_ndp_indication()
reads 16 variables and writes 5 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
wifi_nan_datapath_resp_t::peer_mac
wifi_event_t::WIFI_EVENT_NDP_INDICATION
wifi_event_ndp_indication_t::publish_id
wifi_event_ndp_indication_t::ndp_id
wifi_event_ndp_indication_t::peer_nmi
wifi_funcs
TAG
s_nan_data_lock
own_svc_info::ndp_resp_needed
nan_ctx_t::event
s_nan_ctx
All items filtered out
nan_app_action_ndp_indication()
nan_clear_app_default_handlers()
nan_set_app_default_handlers()
wifi_nan_datapath_resp_t::accept
wifi_nan_datapath_resp_t::ndp_id
nan_ctx_t::event
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