ESP-IDF
MACADDR_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MACADDR_LEN
MACADDR_LEN macro
Syntax
Show:
Summary
Declaration
from
nan_app.c:31
#define
MACADDR_LEN
6
Examples
References
from
examples
Code
Location
#define
MACADDR_LEN
6
nan_app.c:31
#define
MACADDR_EQUAL
(
a1
,
a2
)
(
memcmp
(
a1
,
a2
,
MACADDR_LEN
)
)
nan_app.c:32
#define
MACADDR_COPY
(
dst
,
src
)
(
memcpy
(
dst
,
src
,
MACADDR_LEN
)
)
nan_app.c:33
static
uint8_t
null_mac
[
MACADDR_LEN
]
=
{
0
}
;
nan_app.c:43
uint8_t
peer_nmi
[
MACADDR_LEN
]
;
/**< Peer's NAN Management Interface address */
nan_app.c:55
uint8_t
peer_ndi
[
MACADDR_LEN
]
;
/**< Peer's NAN Data Interface address */
nan_app.c:69
uint8_t
peer_nmi
[
MACADDR_LEN
]
;
/**< Peer's NAN Management Interface address */
nan_app.c:70
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