ESP-IDF
ot::NetworkKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::NetworkKey
ot::NetworkKey class
Syntax
Show:
Summary
Declaration
from
key_manager.hpp:138
class
NetworkKey
:
public
otNetworkKey
,
public
Equatable
<
NetworkKey
>
,
public
Clearable
<
NetworkKey
>
{
public
:
static
constexpr
uint8_t
kSize
=
OT_NETWORK_KEY_SIZE
;
#if
!
OPENTHREAD_RADIO
Error
GenerateRandom
(
void
)
{
return
Random
::
Crypto
::
Fill
(
*
this
)
;
}
#endif
}
;
Fields
Field
ot::NetworkKey::kSize
Methods
GenerateRandom()
Generates a cryptographically secure random sequence to populate the Thread Network Key.
Related Functions
Found 2 other functions taking a
NetworkKey
argument:
Function
Description
ot::KeyManager::GetNetworkKey() const
Gets the Thread Network Key.
ot::KeyManager::SetNetworkKey()
Sets the Thread Network Key.
Examples
References
from
examples
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