Lines Matching refs:sTxFrame
62 static otRadioFrame sTxFrame[OPENTHREAD_CONFIG_MULTIPLE_INSTANCE_NUM]; variable
74 sTxFrame[i].mPsdu = sDefaultMessages->mPsdu; in otPlatRadioGetTransmitBuffer()
75 frame = &sTxFrame[i]; in otPlatRadioGetTransmitBuffer()
175 LinkRawTransmitDone(iid, &sTxFrame[iid], nullptr, OT_ERROR_NONE); in processTransmit()
244 SuccessOrQuit(mEncoder.WriteDataWithLen(sTxFrame[mIid].mPsdu, sTxFrame[mIid].mLength)); in createTransmitFrame()
245 SuccessOrQuit(mEncoder.WriteUint8(sTxFrame[mIid].mChannel)); in createTransmitFrame()
246 SuccessOrQuit(mEncoder.WriteUint8(sTxFrame[mIid].mInfo.mTxInfo.mMaxCsmaBackoffs)); in createTransmitFrame()
247 SuccessOrQuit(mEncoder.WriteUint8(sTxFrame[mIid].mInfo.mTxInfo.mMaxFrameRetries)); in createTransmitFrame()
248 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mCsmaCaEnabled)); in createTransmitFrame()
249 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsHeaderUpdated)); in createTransmitFrame()
250 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsARetx)); in createTransmitFrame()
251 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsSecurityProcessed)); in createTransmitFrame()
252 SuccessOrQuit(mEncoder.WriteUint32(sTxFrame[mIid].mInfo.mTxInfo.mTxDelay)); in createTransmitFrame()
253 SuccessOrQuit(mEncoder.WriteUint32(sTxFrame[mIid].mInfo.mTxInfo.mTxDelayBaseTime)); in createTransmitFrame()
550 otPlatRadioTxDone(sInstances[0], &sTxFrame[0], nullptr, OT_ERROR_NONE); in TestNcpBaseTransmitDoneInterface()
553 otPlatRadioTxDone(sInstances[1], &sTxFrame[1], nullptr, OT_ERROR_NONE); in TestNcpBaseTransmitDoneInterface()
560 otPlatRadioTxDone(sInstances[1], &sTxFrame[1], nullptr, OT_ERROR_NONE); in TestNcpBaseTransmitDoneInterface()
563 otPlatRadioTxDone(sInstances[0], &sTxFrame[0], nullptr, OT_ERROR_NONE); in TestNcpBaseTransmitDoneInterface()
580 otPlatRadioReceiveDone(sInstances[0], &sTxFrame[0], OT_ERROR_NONE); in TestNcpBaseReceive()
604 otPlatRadioReceiveDone(sInstances[1], &sTxFrame[1], OT_ERROR_NONE); in TestNcpBaseReceiveOnTwoInterfaces()
610 otPlatRadioReceiveDone(sInstances[0], &sTxFrame[0], OT_ERROR_NONE); in TestNcpBaseReceiveOnTwoInterfaces()
617 otPlatRadioReceiveDone(sInstances[0], &sTxFrame[0], OT_ERROR_NONE); in TestNcpBaseReceiveOnTwoInterfaces()
623 otPlatRadioReceiveDone(sInstances[1], &sTxFrame[1], OT_ERROR_NONE); in TestNcpBaseReceiveOnTwoInterfaces()