Searched refs:mTxFrameTrel (Results 1 – 2 of 2) sorted by relevance
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()[all …]
50 , 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()