ESP-IDF
nan_ctx_t::ndl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nan_ctx_t::ndl
nan_ctx_t::ndl field
Record of NDL of all peers
Syntax
Show:
Summary
Declaration
from
nan_app.c:78
struct
ndl_info
ndl
[
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
ndl_info
ndl
[
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
]
;
/**< Record of NDL of all peers */
nan_app.c:78
memset
(
s_nan_ctx
.
ndl
,
0
,
sizeof
(
struct
ndl_info
)
*
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
)
;
nan_app.c:264
nan_reset_ndl()
ndl
=
&
s_nan_ctx
.
ndl
[
i
]
;
nan_app.c:268
nan_reset_ndl()
if
(
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
==
0
)
{
nan_app.c:313
ndl_limit_reached()
if
(
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
==
0
)
{
nan_app.c:325
nan_record_new_ndl()
ndl
=
&
s_nan_ctx
.
ndl
[
i
]
;
nan_app.c:326
nan_record_new_ndl()
ndl
=
&
s_nan_ctx
.
ndl
[
i
]
;
nan_app.c:346
nan_find_ndl()
if
(
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
!=
0
)
{
nan_app.c:367
nan_is_datapath_active()
if
(
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
)
{
nan_app.c:794
esp_wifi_nan_stop()
MACADDR_COPY
(
ndp_end
.
peer_mac
,
s_nan_ctx
.
ndl
[
i
]
.
peer_nmi
)
;
nan_app.c:795
esp_wifi_nan_stop()
ndp_end
.
ndp_id
=
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
;
nan_app.c:796
esp_wifi_nan_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nan_ctx_t::ndl
is read by 6 functions:
All items filtered out
nan_ctx_t::ndl
nan_reset_ndl()
ndl_limit_reached()
nan_record_new_ndl()
nan_find_ndl()
nan_is_datapath_active()
esp_wifi_nan_stop()
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