ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_nan_datapath_req_t::peer_mac
from the following samples and libraries:
nan_console sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_req_t::peer_mac
wifi_nan_datapath_req_t::peer_mac field
Peer's MAC address
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:859
uint8_t
peer_mac
[
6
]
;
Examples
wifi_nan_datapath_req_t::peer_mac
is referenced by 1 libraries and example projects:
nan_console sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
peer_mac
[
6
]
;
/**< Peer's MAC address */
esp_wifi_types_generic.h:859
struct
peer_svc_info
*
p_peer_svc
=
nan_find_peer_svc
(
0
,
req
->
pub_id
,
req
->
peer_mac
)
;
nan_app.c:966
esp_wifi_nan_datapath_req()
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:984
esp_wifi_nan_datapath_req()
MACADDR_COPY
(
req
->
peer_mac
,
p_peer_svc
->
peer_nmi
)
;
nan_app.c:985
esp_wifi_nan_datapath_req()
nan_record_new_ndl
(
ndp_id
,
req
->
pub_id
,
req
->
peer_mac
,
ESP_WIFI_NDP_ROLE_INITIATOR
)
;
nan_app.c:993
esp_wifi_nan_datapath_req()
ESP_LOGD
(
TAG
,
"Requested NDP with "
MACSTR
" [NDP ID - %d]"
,
MAC2STR
(
req
->
peer_mac
)
,
ndp_id
)
;
nan_app.c:996
esp_wifi_nan_datapath_req()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
wifi_nan_datapath_req_t::peer_mac
is read by 1 function:
All items filtered out
wifi_nan_datapath_req_t::peer_mac
esp_wifi_nan_datapath_req()
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