ESP-IDF
ot::Radio::SetMacKey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Radio::SetMacKey()
ot::Radio::SetMacKey() method
Sets MAC key and key ID.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:342
void
SetMacKey
(
uint8_t
aKeyIdMode
,
uint8_t
aKeyId
,
const
Mac
::
KeyMaterial
&
aPrevKey
,
const
Mac
::
KeyMaterial
&
aCurrKey
,
const
Mac
::
KeyMaterial
&
aNextKey
)
;
Implemented in
radio.hpp:843
Arguments
Argument
Description
aKeyIdMode
MAC key ID mode.
aKeyId
Current MAC key index.
aPrevKey
The previous MAC key.
aCurrKey
The current MAC key.
aNextKey
The next MAC 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