ESP-IDF
OT_NETWORK_KEY_SIZE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OT_NETWORK_KEY_SIZE
OT_NETWORK_KEY_SIZE macro
For FTD and MTD builds, the Operational Dataset API includes functions to manage Active and Pending datasets and dataset TLVs.
Syntax
Show:
Summary
Declaration
from
dataset.h:56
#define
OT_NETWORK_KEY_SIZE
16
Examples
References
from
examples
Code
Location
#define
OT_NETWORK_KEY_SIZE
16
///< Size of the Thread Network Key (bytes)
dataset.h:56
uint8_t
m8
[
OT_NETWORK_KEY_SIZE
]
;
///< Byte values
dataset.h:66
static
constexpr
uint8_t
kSize
=
OT_NETWORK_KEY_SIZE
;
///< Size of the Thread Network Key (in bytes).
key_manager.hpp:141
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