Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp50 , mAttachMode(false) in DataPollSender()
81 mAttachMode = false; in StopPolling()
376 if (mAttachMode != aMode) in SetAttachMode()
378 mAttachMode = aMode; in SetAttachMode()
485 if (mAttachMode) in CalculatePollPeriod()
Ddata_poll_sender.hpp277 …bool mAttachMode : 1; // Indicates whether in attach mode (to use attach poll period). member in ot::DataPollSender
/openthread-latest/src/core/thread/
Dmle.cpp64 , mAttachMode(kAnyPartition) in Mle()
605 mAttachMode = aMode; in Attach()
751 Get<MleRouter>().HandleChildStart(mAttachMode); in SetStateChild()
1340 if (mAttachMode == kSelectedParent) in DetermineParentRequestType()
1356 if ((mAttachCounter <= 1) && (mAttachMode != kBetterParent)) in DetermineParentRequestType()
1363 …if ((mAttachMode != kSamePartition) && (mParentRequestCounter <= kFirstAttachCycleNumParentRequest… in DetermineParentRequestType()
1415 switch (mAttachMode) in HasAcceptableParentCandidate()
1481 LogNote("Attach attempt %d, %s %s", mAttachCounter, AttachModeToString(mAttachMode), in HandleAttachTimer()
1605 switch (mAttachMode) in Reattach()
3139 switch (mAttachMode) in HandleParentResponse()
Dmle.hpp1471 AttachMode mAttachMode; member in ot::Mle::Mle