Lines Matching refs:mTxFrameTrel
151 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()
265 TxFrame &mTxFrameTrel; member in ot::Mac::TxFrames