ESP-IDF
otRadioFrame::
::
::mAesKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otRadioFrame::
::
::mAesKey
otRadioFrame::
::
::mAesKey field
Syntax
Show:
Summary
Declaration
from
radio.h:258
const
otMacKeyMaterial
*
mAesKey
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
otMacKeyMaterial
*
mAesKey
;
///< The key material used for AES-CCM frame security.
radio.h:258
aFrame
->
mInfo
.
mTxInfo
.
mAesKey
=
key
;
mac_frame.cpp:337
otMacFrameProcessTransmitSecurity()
return
*
static_cast
<
const
Mac
::
KeyMaterial
*
>
(
mInfo
.
mTxInfo
.
mAesKey
)
;
mac_frame.hpp:1183
ot::Mac::TxFrame
ot::Mac::TxFrame::GetAesKey() const
void
SetAesKey
(
const
Mac
::
KeyMaterial
&
aAesKey
)
{
mInfo
.
mTxInfo
.
mAesKey
=
&
aAesKey
;
}
mac_frame.hpp:1191
ot::Mac::TxFrame
ot::Mac::TxFrame::SetAesKey()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otRadioFrame::
::
::mAesKey
is written by 1 function and is read by 2 functions:
otMacFrameProcessTransmitSecurity()
All items filtered out
otRadioFrame::
::
::mAesKey
ot::Mac::TxFrame::GetAesKey() const
ot::Mac::TxFrame::SetAesKey()
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