ESP-IDF
nan_is_datapath_active()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nan_is_datapath_active()
nan_is_datapath_active() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:364
static
bool
nan_is_datapath_active
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
bool
nan_is_datapath_active
(
void
)
nan_app.c:364
if
(
s_nan_ctx
.
nan_netif
&&
!
nan_is_datapath_active
(
)
)
{
nan_app.c:580
nan_app_action_ndp_terminated()
if
(
nan_is_datapath_active
(
)
)
{
nan_app.c:717
esp_nan_action_stop()
if
(
nan_is_datapath_active
(
)
)
{
nan_app.c:790
esp_wifi_nan_stop()
if
(
!
nan_is_datapath_active
(
)
)
{
nan_app.c:1050
esp_wifi_nan_datapath_end()
Call Tree
from
examples
nan_is_datapath_active()
is called by 4 functions:
nan_app_action_ndp_terminated()
esp_nan_action_stop()
esp_wifi_nan_stop()
esp_wifi_nan_datapath_end()
All items filtered out
nan_is_datapath_active()
All items filtered out
Data Use
from
examples
nan_is_datapath_active()
reads 3 variables:
ndl_info::ndp_id
nan_ctx_t::ndl
s_nan_ctx
All items filtered out
nan_is_datapath_active()
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