Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Ddata_poll_handler.cpp76 , mIndirectTxChild(nullptr) in DataPollHandler()
92 mIndirectTxChild = nullptr; in Clear()
109 if ((mIndirectTxChild == &aChild) && Get<Mac::Mac>().IsPerformingIndirectTransmit()) in RequestFrameChange()
162 if (mIndirectTxChild == nullptr) in HandleDataPoll()
164 mIndirectTxChild = child; in HandleDataPoll()
180 VerifyOrExit(mIndirectTxChild != nullptr); in HandleFrameRequest()
183 frame = &aTxFrames.GetTxFrame(mIndirectTxChild->GetLastPollRadioType()); in HandleFrameRequest()
188 …VerifyOrExit(mCallbacks.PrepareFrameForChild(*frame, mFrameContext, *mIndirectTxChild) == kErrorNo… in HandleFrameRequest()
191 if (mIndirectTxChild->GetIndirectTxAttempts() > 0) in HandleFrameRequest()
198 frame->SetSequence(mIndirectTxChild->GetIndirectDataSequenceNumber()); in HandleFrameRequest()
[all …]
Ddata_poll_handler.hpp285 Child * mIndirectTxChild; member in ot::DataPollHandler