ESP-IDF
ot::Radio::SetMacKey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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
Code
Location
Scope
Referrer
inline
void
Radio
::
SetMacKey
(
uint8_t
aKeyIdMode
,
radio.hpp:843
inline
void
Radio
::
SetMacKey
(
uint8_t
,
radio.hpp:1006
void
SetMacKey
(
uint8_t
aKeyIdMode
,
radio.hpp:342
SetMacKey
(
0
,
0
,
Mac
::
KeyMaterial
{
}
,
Mac
::
KeyMaterial
{
}
,
Mac
::
KeyMaterial
{
}
)
;
radio.cpp:68
ot::Radio
ot::Radio::Init()
Call Tree
from
examples
ot::Radio::SetMacKey()
is called by 1 function and calls 1 function:
ot::Radio::Init()
All items filtered out
ot::Radio::SetMacKey()
ot::Radio::GetInstancePtr() const
All items filtered out
Data Use
from
examples
ot::Radio::SetMacKey()
reads 1 variable:
otRadioKeyType::OT_KEY_TYPE_LITERAL_KEY
All items filtered out
ot::Radio::SetMacKey()
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