Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.hpp151 TxFrame &GetTxFrame(void) { return mTxFrameTrel; }
183 mTxFrameTrel.SetLength(0); in Clear()
184 mTxFrameTrel.SetIsARetransmission(false); in Clear()
185 mTxFrameTrel.SetIsSecurityProcessed(false); in Clear()
186 mTxFrameTrel.SetCsmaCaEnabled(true); in Clear()
187 mTxFrameTrel.SetIsHeaderUpdated(false); in Clear()
207 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
222 mTxFrameTrel.SetSequence(aSequence); in SetSequence()
238 mTxFrameTrel.SetMaxCsmaBackoffs(aMaxCsmaBackoffs); in SetMaxCsmaBackoffs()
254 mTxFrameTrel.SetMaxFrameRetries(aMaxFrameRetries); in SetMaxFrameRetries()
[all …]
Dmac_links.cpp50 , mTxFrameTrel(aInstance.Get<Trel::Link>().GetTransmitFrame()) in TxFrames()
70 frame = &mTxFrameTrel; in GetTxFrame()
97 …ypes.Contains(kRadioTypeTrel) && ((frame == nullptr) || (frame->GetMtu() > mTxFrameTrel.GetMtu()))) in GetTxFrame()
99 frame = &mTxFrameTrel; in GetTxFrame()
149 if (aRadioTypes.Contains(kRadioTypeTrel) && mTxFrames.mTxFrameTrel.IsEmpty()) in Send()
151 mTxFrames.mTxFrameTrel.CopyFrom(aFrame); in Send()