ESP-IDF
ot::Mac::TxFrame::SetAesKey()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mac::TxFrame::SetAesKey()
ot::Mac::TxFrame::SetAesKey() method
Sets the key used for frame encryption and authentication (AES CCM).
Syntax
Show:
Summary
Declaration
from
mac_frame.hpp:1191
void
SetAesKey
(
const
Mac
::
KeyMaterial
&
aAesKey
)
;
Arguments
Argument
Description
aAesKey
The pointer to the key.
Related Functions
Found 4 other functions taking a
KeyMaterial
argument:
Function
Description
ot::Mac::RxFrame::ProcessReceiveAesCcm()
Performs AES CCM on the frame which is received.
ot::Radio::SetMacKey()
Sets MAC key and key ID.
ot::Mac::SubMac::SetMacKey()
Sets MAC keys and key index.
ot::Mac::KeyMaterial::operator() const
Overloads operator `==` to evaluate whether or not two `KeyMaterial` instances are equal.
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