ESP-IDF
otMacKeyMaterial
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMacKeyMaterial
otMacKeyMaterial struct
@struct otMacKeyMaterial Represents a MAC Key.
Syntax
Show:
Summary
Declaration
from
radio.h:208
typedef
struct
otMacKeyMaterial
{
union
{
otMacKeyRef
mKeyRef
;
otMacKey
mKey
;
}
mKeyMaterial
;
}
otMacKeyMaterial
;
Fields
Field
Declared as
otMacKeyMaterial::mKeyMaterial
union
{
otMacKeyRef
mKeyRef
;
otMacKey
mKey
;
}
Related Functions
Found 2 other functions taking a
otMacKeyMaterial
argument:
Function
Description
ot::Spinel::RadioSpinel::SetMacKey()
Sets MAC key and key index to RCP.
otPlatRadioSetMacKey()
Update MAC keys and key index Is used when radio provides OT_RADIO_CAPS_TRANSMIT_SEC capability.
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