ESP-IDF
nan_find_ndl()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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_find_ndl()
nan_find_ndl() function
Syntax
Show:
Summary
Declaration
from
nan_app.c:341
static
struct
ndl_info
*
nan_find_ndl
(
uint8_t
ndp_id
,
uint8_t
peer_nmi
[
]
)
;
Arguments
Argument
ndp_id
peer_nmi
Examples
References
from
examples
Code
Location
Referrer
static
struct
ndl_info
*
nan_find_ndl
(
uint8_t
ndp_id
,
uint8_t
peer_nmi
[
]
)
nan_app.c:341
struct
ndl_info
*
ndl
=
nan_find_ndl
(
0
,
peer_nmi
)
;
nan_app.c:381
nan_update_peer_svc()
if
(
(
ndl
=
nan_find_ndl
(
evt
->
ndp_id
,
evt
->
peer_nmi
)
)
==
NULL
)
{
nan_app.c:399
nan_fill_params_from_event()
if
(
nan_find_ndl
(
evt
->
ndp_id
,
NULL
)
==
NULL
)
{
nan_app.c:537
nan_app_action_ndp_confirm()
struct
ndl_info
*
ndl
=
nan_find_ndl
(
resp
->
ndp_id
,
NULL
)
;
nan_app.c:1019
esp_wifi_nan_datapath_resp()
ndl
=
nan_find_ndl
(
req
->
ndp_id
,
NULL
)
;
nan_app.c:1056
esp_wifi_nan_datapath_end()
p_ndl
=
nan_find_ndl
(
0
,
temp
->
peer_nmi
)
;
nan_app.c:1138
esp_wifi_nan_get_peer_records()
p_ndl
=
nan_find_ndl
(
0
,
peer_mac
)
;
nan_app.c:1204
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
nan_find_ndl()
is called by 7 functions:
nan_update_peer_svc()
nan_fill_params_from_event()
nan_app_action_ndp_confirm()
esp_wifi_nan_datapath_resp()
esp_wifi_nan_datapath_end()
esp_wifi_nan_get_peer_records()
esp_wifi_nan_get_peer_info()
All items filtered out
nan_find_ndl()
All items filtered out
Data Use
from
examples
nan_find_ndl()
reads 4 variables:
ndl_info::ndp_id
ndl_info::peer_nmi
nan_ctx_t::ndl
s_nan_ctx
All items filtered out
nan_find_ndl()
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