ESP-IDF
null_mac
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
null_mac
null_mac variable
Syntax
Show:
Summary
Declaration
from
nan_app.c:43
static
uint8_t
null_mac
[
MACADDR_LEN
]
=
{
0
}
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
null_mac
[
MACADDR_LEN
]
=
{
0
}
;
nan_app.c:43
if
(
MACADDR_EQUAL
(
peer_nmi
,
null_mac
)
)
{
nan_app.c:152
nan_find_peer_svc()
if
(
!
MACADDR_EQUAL
(
fup_params
->
peer_mac
,
null_mac
)
)
{
nan_app.c:912
esp_wifi_nan_send_message()
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:984
esp_wifi_nan_datapath_req()
if
(
!
MACADDR_EQUAL
(
resp
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1030
esp_wifi_nan_datapath_resp()
if
(
!
MACADDR_EQUAL
(
req
->
peer_mac
,
null_mac
)
)
{
nan_app.c:1063
esp_wifi_nan_datapath_end()
MACADDR_COPY
(
peer_record
[
peer_num
]
.
peer_ndi
,
null_mac
)
;
nan_app.c:1155
esp_wifi_nan_get_peer_records()
MACADDR_COPY
(
peer_info
->
peer_ndi
,
null_mac
)
;
nan_app.c:1210
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
null_mac
is read by 7 functions:
All items filtered out
null_mac
nan_find_peer_svc()
esp_wifi_nan_send_message()
esp_wifi_nan_datapath_req()
esp_wifi_nan_datapath_resp()
esp_wifi_nan_datapath_end()
esp_wifi_nan_get_peer_records()
esp_wifi_nan_get_peer_info()
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