Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.cpp62 , mAttachState(kAttachStateIdle) in Mle()
358 VerifyOrExit(aState != mAttachState); in SetAttachState()
359 LogInfo("AttachState %s -> %s", AttachStateToString(mAttachState), AttachStateToString(aState)); in SetAttachState()
360 mAttachState = aState; in SetAttachState()
532 if (IsDetached() && (mAttachState == kAttachStateStart)) in BecomeDetached()
1338 OT_ASSERT(mAttachState == kAttachStateParentRequest); in DetermineParentRequestType()
1389 switch (mAttachState) in HasAcceptableParentCandidate()
1470 switch (mAttachState) in HandleAttachTimer()
1728 if (mAttachState == kAttachStateChildIdRequest) in RequestShorterChildIdRequest()
3262 VerifyOrExit(mAttachState == kAttachStateChildIdRequest); in HandleChildIdResponse()
[all …]
Dmle.hpp229 bool IsAttaching(void) const { return (mAttachState != kAttachStateIdle); } in IsAttaching()
1469 AttachState mAttachState; member in ot::Mle::Mle