ESP-IDF
kEventThreadKeySeqCounterChanged
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kEventThreadKeySeqCounterChanged
kEventThreadKeySeqCounterChanged value
Syntax
Show:
Summary
Declaration
from
notifier.hpp:75
kEventThreadKeySeqCounterChanged
=
OT_CHANGED_THREAD_KEY_SEQUENCE_COUNTER
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kEventThreadKeySeqCounterChanged
=
OT_CHANGED_THREAD_KEY_SEQUENCE_COUNTER
,
///< Key Sequence changed
notifier.hpp:75
Get
<
Notifier
>
(
)
.
Signal
(
kEventThreadKeySeqCounterChanged
)
;
key_manager.cpp:277
ot::KeyManager
ot::KeyManager::SetNetworkKey()
VerifyOrExit
(
aKeySequence
!=
mKeySequence
,
Get
<
Notifier
>
(
)
.
SignalIfFirst
(
kEventThreadKeySeqCounterChanged
)
)
;
key_manager.cpp:367
ot::KeyManager
ot::KeyManager::SetCurrentKeySequence()
Get
<
Notifier
>
(
)
.
Signal
(
kEventThreadKeySeqCounterChanged
)
;
key_manager.cpp:387
ot::KeyManager
ot::KeyManager::SetCurrentKeySequence()
if
(
aEvents
.
ContainsAny
(
kEventThreadRoleChanged
|
kEventThreadKeySeqCounterChanged
)
)
mle.cpp:1160
ot::Mle::Mle
ot::Mle::Mle::HandleNotifierEvents()
if
(
aEvents
.
Contains
(
kEventThreadKeySeqCounterChanged
)
||
IsAttached
(
)
)
mle.cpp:1165
ot::Mle::Mle
ot::Mle::Mle::HandleNotifierEvents()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kEventThreadKeySeqCounterChanged
is read by 3 functions:
All items filtered out
kEventThreadKeySeqCounterChanged
ot::KeyManager::SetNetworkKey()
ot::KeyManager::SetCurrentKeySequence()
ot::Mle::Mle::HandleNotifierEvents()
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