Lines Matching refs:mAttachState
62 , 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()
3719 if (mAttachState == kAttachStateProcessAnnounce) in HandleAnnounce()
3832 OT_ASSERT(mAttachState == kAttachStateProcessAnnounce); in ProcessAnnounce()