ESP-IDF
nan_ctx_t
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
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
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
Lifecycle
from
examples
All items filtered out
All items filtered out