ESP-IDF
wifi_nan_datapath_end_req_t::peer_mac
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
wifi_nan_datapath_end_req_t::peer_mac
wifi_nan_datapath_end_req_t::peer_mac field
Peer's MAC address
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:879
uint8_t
peer_mac
[
6
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
peer_mac
[
6
]
;
/**< Peer's MAC address */
esp_wifi_types_generic.h:879
MACADDR_COPY
(
ndp_end
.
peer_mac
,
s_nan_ctx
.
ndl
[
i
]
.
peer_nmi
)
;
nan_app.c:795
esp_wifi_nan_stop()
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1063
esp_wifi_nan_datapath_end()
MACADDR_COPY
(
req
->
peer_mac
,
ndl
->
peer_nmi
)
;
nan_app.c:1064
esp_wifi_nan_datapath_end()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wifi_nan_datapath_end_req_t::peer_mac
is read by 2 functions:
All items filtered out
wifi_nan_datapath_end_req_t::peer_mac
esp_wifi_nan_stop()
esp_wifi_nan_datapath_end()
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