Home
last modified time | relevance | path

Searched refs:kForceUpdate (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dkey_manager.hpp212 kForceUpdate = (0 << 0), ///< Ignore key switch guard check and forcibly update. enumerator
Dkey_manager.cpp541 SetCurrentKeySequence(mKeySequence + 1, kForceUpdate | kResetGuardTimer); in CheckForKeyRotation()
Dmle.cpp381 … KeyManager::kForceUpdate | KeyManager::kGuardTimerUnchanged); in Restore()
2655 flags = KeyManager::kForceUpdate; in ProcessKeySequence()
/openthread-latest/src/core/api/
Dthread_api.cpp285 aKeySequenceCounter, KeyManager::kForceUpdate | KeyManager::kGuardTimerUnchanged); in otThreadSetKeySequenceCounter()