Searched refs:aFromFrame (Results 1 – 2 of 2) sorted by relevance
1298 void TxFrame::CopyFrom(const TxFrame &aFromFrame) in CopyFrom() argument1306 memcpy(this, &aFromFrame, sizeof(Frame)); in CopyFrom()1318 memcpy(mPsdu, aFromFrame.mPsdu, aFromFrame.mLength); in CopyFrom()1322 memcpy(mInfo.mTxInfo.mIeInfo, aFromFrame.mInfo.mTxInfo.mIeInfo, sizeof(otRadioIeInfo)); in CopyFrom()1326 if (mRadioType != aFromFrame.GetRadioType()) in CopyFrom()1332 SetLength(aFromFrame.GetLength() - aFromFrame.GetFcsSize() + GetFcsSize()); in CopyFrom()
1201 void CopyFrom(const TxFrame &aFromFrame);