ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_nan_datapath_end_req_t
from the following samples and libraries:
nan_console sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wifi_nan_datapath_end_req_t
wifi_nan_datapath_end_req_t struct
NAN Datapath End parameters
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:877
typedef
struct
{
uint8_t
ndp_id
;
uint8_t
peer_mac
[
6
]
;
}
wifi_nan_datapath_end_req_t
;
Fields
Field
Declared as
Description
wifi_nan_datapath_end_req_t::ndp_id
uint8_t
NAN Datapath Identifier.
wifi_nan_datapath_end_req_t::peer_mac
uint8_t
[
6
]
Peer's MAC address.
Related Functions
Found 2 other functions taking a
wifi_nan_datapath_end_req_t
argument:
Function
Description
esp_nan_internal_datapath_end()
End NAN Datapath that is active @attention This API should be called after receiving WIFI_EVENT_NDP_CONFIRM event.
esp_wifi_nan_datapath_end()
Terminate a NAN Datapath
Examples
wifi_nan_datapath_end_req_t
is referenced by 1 libraries and example projects:
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