ESP-IDF
ndl_info::ndp_id
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
ndl_info::ndp_id
ndl_info::ndp_id field
Identifier for instance of NDP
Syntax
Show:
Summary
Declaration
from
nan_app.c:68
uint8_t
ndp_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ndp_id
;
/**< Identifier for instance of NDP */
nan_app.c:68
if
(
ndl
->
ndp_id
==
ndp_id
)
{
nan_app.c:269
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
->
ndp_id
=
ndp_id
;
nan_app.c:333
nan_record_new_ndl()
if
(
ndl
->
ndp_id
==
ndp_id
&&
!
MACADDR_EQUAL
(
ndl
->
peer_nmi
,
peer_nmi
)
)
{
nan_app.c:348
nan_find_ndl()
if
(
ndl
->
ndp_id
==
ndp_id
)
{
nan_app.c:352
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()
ndp_end
.
ndp_id
=
s_nan_ctx
.
ndl
[
i
]
.
ndp_id
;
nan_app.c:796
esp_wifi_nan_stop()
peer_record
[
peer_num
]
.
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1142
esp_wifi_nan_get_peer_records()
peer_record
[
peer_num
]
.
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1149
esp_wifi_nan_get_peer_records()
peer_info
->
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1206
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ndl_info::ndp_id
is written by 1 function and is read by 8 functions:
nan_record_new_ndl()
All items filtered out
ndl_info::ndp_id
nan_reset_ndl()
ndl_limit_reached()
nan_record_new_ndl()
nan_find_ndl()
nan_is_datapath_active()
esp_wifi_nan_stop()
esp_wifi_nan_get_peer_records()
esp_wifi_nan_get_peer_info()
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