Home
last modified time | relevance | path

Searched refs:FrameContext (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dindirect_sender.hpp263 …Error PrepareFrameForCslNeighbor(Mac::TxFrame &aFrame, FrameContext &aContext, CslNeighbor &aCslNe…
265 const FrameContext &aContext,
272 Error PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aChild);
273 …void HandleSentFrameToChild(const Mac::TxFrame &aFrame, const FrameContext &aContext, Error aErro…
Dcsl_tx_scheduler.hpp189 typedef IndirectSenderBase::FrameContext FrameContext; typedef in ot::CslTxScheduler
206 FrameContext mFrameContext;
Dindirect_sender_frame_context.hpp71 struct FrameContext struct in ot::IndirectSenderBase
Dindirect_sender.cpp326 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild()
411 const FrameContext &aContext, in HandleSentFrameToChild()
579 FrameContext &aContext, in PrepareFrameForCslNeighbor()
597 const FrameContext &aContext, in HandleSentFrameToCslNeighbor()
/openthread-latest/src/core/mac/
Ddata_poll_handler.hpp185 typedef IndirectSenderBase::FrameContext FrameContext; typedef in ot::DataPollHandler
197FrameContext mFrameContext; // Context for the prepared frame for the current indirect tx (if a…