ESP-IDF
nan_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_ctx_t
nan_ctx_t struct
Syntax
Show:
Summary
Declaration
from
nan_app.c:75
typedef
struct
{
uint8_t
state
;
uint8_t
event
;
struct
ndl_info
ndl
[
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
]
;
struct
own_svc_info
own_svc
[
ESP_WIFI_NAN_MAX_SVC_SUPPORTED
]
;
esp_netif_t
*
nan_netif
;
}
nan_ctx_t
;
Fields
Field
Declared as
Description
nan_ctx_t::state
uint8_t
nan_ctx_t::event
uint8_t
nan_ctx_t::ndl
struct
ndl_info
[
ESP_WIFI_NAN_DATAPATH_MAX_PEERS
]
Record of NDL of all peers.
nan_ctx_t::own_svc
struct
own_svc_info
[
ESP_WIFI_NAN_MAX_SVC_SUPPORTED
]
Record of own service(s).
nan_ctx_t::nan_netif
esp_netif_t
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
nan_app.c:75
}
nan_ctx_t
;
nan_app.c:81
nan_ctx_t
static
nan_ctx_t
s_nan_ctx
;
nan_app.c:83
memset
(
&
s_nan_ctx
,
0
,
sizeof
(
nan_ctx_t
)
)
;
nan_app.c:820
esp_wifi_nan_stop()
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
s_nan_ctx
nan_app.c:83
Lifecycle
from
examples
All items filtered out
All items filtered out