ESP-IDF
otMacKeyMaterial::
::mKey
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMacKeyMaterial::
::mKey
otMacKeyMaterial::
::mKey field
Syntax
Show:
Summary
Declaration
from
radio.h:213
otMacKey
mKey
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otMacKey
mKey
;
///< Key stored as literal.
radio.h:213
const
Key
&
GetKey
(
void
)
const
{
return
static_cast
<
const
Key
&
>
(
mKeyMaterial
.
mKey
)
;
}
mac_types.hpp:526
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::GetKey() const
Key
&
GetKey
(
void
)
{
return
static_cast
<
Key
&
>
(
mKeyMaterial
.
mKey
)
;
}
mac_types.hpp:580
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::GetKey()
void
SetKey
(
const
Key
&
aKey
)
{
mKeyMaterial
.
mKey
=
aKey
;
}
mac_types.hpp:581
ot::Mac::KeyMaterial
ot::Mac::KeyMaterial::SetKey()
return
SetMacKey
(
aKeyIdMode
,
aKeyId
,
aPrevKey
->
mKeyMaterial
.
mKey
,
aCurrKey
->
mKeyMaterial
.
mKey
,
radio_spinel.cpp:891
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::SetMacKey()
aNextKey
->
mKeyMaterial
.
mKey
)
;
radio_spinel.cpp:892
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::SetMacKey()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMacKeyMaterial::
::mKey
is read by 4 functions:
All items filtered out
otMacKeyMaterial::
::mKey
ot::Mac::KeyMaterial::GetKey() const
ot::Mac::KeyMaterial::GetKey()
ot::Mac::KeyMaterial::SetKey()
ot::Spinel::RadioSpinel::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