Searched refs:mAttachState (Results 1 – 2 of 2) sorted by relevance
77 , mAttachState(kAttachStateIdle) in Mle()318 VerifyOrExit(aState != mAttachState); in SetAttachState()319 LogInfo("AttachState %s -> %s", AttachStateToString(mAttachState), AttachStateToString(aState)); in SetAttachState()320 mAttachState = aState; in SetAttachState()492 VerifyOrExit(!IsDetached() || mAttachState != kAttachStateStart); in BecomeDetached()1300 OT_ASSERT(mAttachState == kAttachStateParentRequest); in DetermineParentRequestType()1346 switch (mAttachState) in HasAcceptableParentCandidate()1405 switch (mAttachState) in HandleAttachTimer()1725 if (mAttachState == kAttachStateChildIdRequest) in RequestShorterChildIdRequest()3296 VerifyOrExit(mAttachState == kAttachStateChildIdRequest); in HandleChildIdResponse()[all …]
223 bool IsAttaching(void) const { return (mAttachState != kAttachStateIdle); } in IsAttaching()1700 AttachState mAttachState; ///< The attach state. member in ot::Mle::Mle