ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_nan_datapath_resp_t::peer_mac
from the following samples and libraries:
nan_publisher sample
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
wifi_nan_datapath_resp_t::peer_mac
wifi_nan_datapath_resp_t::peer_mac field
Peer's MAC address
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:870
uint8_t
peer_mac
[
6
]
;
Examples
wifi_nan_datapath_resp_t::peer_mac
is referenced by 1 libraries and example projects:
nan_publisher sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
peer_mac
[
6
]
;
/**< Peer's MAC address */
esp_wifi_types_generic.h:870
MACADDR_COPY
(
ndp_resp
.
peer_mac
,
evt
->
peer_nmi
)
;
nan_app.c:512
nan_app_action_ndp_indication()
if
(
!
MACADDR_EQUAL
(
resp
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1030
esp_wifi_nan_datapath_resp()
MACADDR_COPY
(
resp
->
peer_mac
,
ndl
->
peer_nmi
)
;
nan_app.c:1031
esp_wifi_nan_datapath_resp()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
wifi_nan_datapath_resp_t::peer_mac
is read by 2 functions:
All items filtered out
wifi_nan_datapath_resp_t::peer_mac
nan_app_action_ndp_indication()
esp_wifi_nan_datapath_resp()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out