ESP-IDF
ndl_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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
ndl_info struct
Syntax
Show:
Summary
Declaration
from
nan_app.c:67
struct
ndl_info
{
uint8_t
ndp_id
;
uint8_t
peer_ndi
[
MACADDR_LEN
]
;
uint8_t
peer_nmi
[
MACADDR_LEN
]
;
uint8_t
publisher_id
;
uint8_t
own_role
;
}
;
Fields
Field
Declared as
Description
ndl_info::ndp_id
uint8_t
Identifier for instance of NDP.
ndl_info::peer_ndi
uint8_t
[
MACADDR_LEN
]
Peer's NAN Data Interface address.
ndl_info::peer_nmi
uint8_t
[
MACADDR_LEN
]
Peer's NAN Management Interface address.
ndl_info::publisher_id
uint8_t
Publisher's service identifier.
ndl_info::own_role
uint8_t
Own role (Publisher/Subscriber).
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ndl_info
{
nan_app.c:67
struct
ndl_info
ndl
[
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
]
;
/**< Record of NDL of all peers */
nan_app.c:78
nan_ctx_t
nan_ctx_t::ndl
struct
ndl_info
*
ndl
=
NULL
;
nan_app.c:261
nan_reset_ndl()
memset
(
s_nan_ctx
.
ndl
,
0
,
sizeof
(
struct
ndl_info
)
*
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
)
;
nan_app.c:264
nan_reset_ndl()
memset
(
ndl
,
0
,
sizeof
(
struct
ndl_info
)
)
;
nan_app.c:270
nan_reset_ndl()
struct
ndl_info
*
ndl
=
NULL
;
nan_app.c:322
nan_record_new_ndl()
static
struct
ndl_info
*
nan_find_ndl
(
uint8_t
ndp_id
,
uint8_t
peer_nmi
[
]
)
nan_app.c:341
nan_find_ndl()
struct
ndl_info
*
ndl
=
NULL
;
nan_app.c:343
nan_find_ndl()
struct
ndl_info
*
ndl
=
nan_find_ndl
(
0
,
peer_nmi
)
;
nan_app.c:381
nan_update_peer_svc()
struct
ndl_info
*
ndl
=
NULL
;
nan_app.c:397
nan_fill_params_from_event()
struct
ndl_info
*
ndl
=
nan_find_ndl
(
resp
->
ndp_id
,
NULL
)
;
nan_app.c:1019
esp_wifi_nan_datapath_resp()
struct
ndl_info
*
ndl
=
NULL
;
nan_app.c:1047
esp_wifi_nan_datapath_end()
struct
ndl_info
*
p_ndl
;
nan_app.c:1133
esp_wifi_nan_get_peer_records()
struct
ndl_info
*
p_ndl
;
nan_app.c:1199
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
nan_ctx_t::ndl
nan_ctx_t
nan_app.c:78
return
nan_find_ndl()
nan_app.c:341
Lifecycle
from
examples
All items filtered out
All items filtered out