Home
last modified time | relevance | path

Searched refs:kReattachStop (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dmle.cpp86 , mReattachState(kReattachStop) in Mle()
535 if (mReattachState == kReattachStop) in BecomeDetached()
594 mReattachState = kReattachStop; in Attach()
731 mReattachState = kReattachStop; in SetStateChild()
1548 VerifyOrExit(!IsChild() && (mReattachState == kReattachStop) && in PrepareAnnounceState()
1579 mReattachState = kReattachStop; in Reattach()
1584 mReattachState = kReattachStop; in Reattach()
1588 VerifyOrExit(mReattachState == kReattachStop); in Reattach()
4314 static_assert(kReattachStop == 0, "kReattachStop value is incorrect"); in ReattachStateToString()
Dmle.hpp836 kReattachStop, // Reattach process is disabled or finished enumerator