ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_wifi_nan_datapath_end()
from the following samples and libraries:
nan_console sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_wifi_nan_datapath_end()
esp_wifi_nan_datapath_end() function
Terminate a NAN Datapath
Syntax
Show:
Summary
Declaration
Definition
from
esp_nan.h:151
esp_err_t
esp_wifi_nan_datapath_end
(
wifi_nan_datapath_end_req_t
*
req
)
;
Implemented in
nan_app.c:1045
Arguments
Argument
Description
req
NAN Datapath end request parameters.
Return value
- ESP_OK: succeed - others: failed
Related Functions
Found 1 other functions taking a
wifi_nan_datapath_end_req_t
argument:
Function
Description
esp_nan_internal_datapath_end()
End NAN Datapath that is active @attention This API should be called after receiving WIFI_EVENT_NDP_CONFIRM event.
Examples
esp_wifi_nan_datapath_end()
is referenced by 1 libraries and example projects:
nan_console sample
References
from
0/1
examples
Code
Location
esp_err_t
esp_wifi_nan_datapath_end
(
wifi_nan_datapath_end_req_t
*
req
)
nan_app.c:1045
esp_err_t
esp_wifi_nan_datapath_end
(
wifi_nan_datapath_end_req_t
*
req
)
;
esp_nan.h:151
Call Tree
from
0/1
examples
esp_wifi_nan_datapath_end()
calls 7 functions:
All items filtered out
esp_wifi_nan_datapath_end()
esp_log_timestamp()
esp_log_write()
esp_nan_internal_datapath_end()
wifi_osi_funcs_t::_mutex_lock
wifi_osi_funcs_t::_mutex_unlock
nan_find_ndl()
nan_is_datapath_active()
All items filtered out
Data Use
from
0/1
examples
esp_wifi_nan_datapath_end()
reads 12 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_end_req_t::ndp_id
wifi_nan_datapath_end_req_t::peer_mac
wifi_funcs
TAG
null_mac
s_nan_data_lock
ndl_info::peer_nmi
All items filtered out
esp_wifi_nan_datapath_end()
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