Lines Matching refs:mInfo

150     mTxRadioFrame.mInfo.mTxInfo.mIeInfo = &mTxIeInfo;  in Init()
686 … aFrame.mPsdu, &size, &aFrame.mInfo.mRxInfo.mRssi, &noiseFloor, &flags, in ParseRadioFrame()
687 &aFrame.mChannel, &aFrame.mInfo.mRxInfo.mLqi, in ParseRadioFrame()
688 &aFrame.mInfo.mRxInfo.mTimestamp, &receiveError); in ParseRadioFrame()
704 … &aFrame.mInfo.mRxInfo.mAckKeyId, &aFrame.mInfo.mRxInfo.mAckFrameCounter); in ParseRadioFrame()
721 aFrame.mInfo.mRxInfo.mAckedWithFramePending = ((flags & SPINEL_MD_FLAG_ACKED_FP) != 0); in ParseRadioFrame()
722 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()
1586 …if ((sRadioCaps & OT_RADIO_CAPS_TRANSMIT_SEC) && (!mTransmitFrame->mInfo.mTxInfo.mIsHeaderUpdated)… in HandleTransmitDone()
1632 if (mTransmitFrame->mInfo.mTxInfo.mIeInfo->mTimeIeOffset != 0) in Transmit()
1636 … uint8_t *timeIe = mTransmitFrame->mPsdu + mTransmitFrame->mInfo.mTxInfo.mIeInfo->mTimeIeOffset; in Transmit()
1642 … mTransmitFrame->mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset); in Transmit()
1651 mTransmitFrame->mInfo.mTxInfo.mTxDelayBaseTime = static_cast<uint32_t>(netRadioTime); in Transmit()
1652 mTransmitFrame->mInfo.mTxInfo.mTxDelay = transmitDelay; in Transmit()
1655 … mTransmitFrame->mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset); in Transmit()
1658 *(timeIe++) = mTransmitFrame->mInfo.mTxInfo.mIeInfo->mTimeSyncSeq; in Transmit()
1688 … mTransmitFrame->mInfo.mTxInfo.mMaxCsmaBackoffs, mTransmitFrame->mInfo.mTxInfo.mMaxFrameRetries, in Transmit()
1689 … mTransmitFrame->mInfo.mTxInfo.mCsmaCaEnabled, mTransmitFrame->mInfo.mTxInfo.mIsHeaderUpdated, in Transmit()
1690 … mTransmitFrame->mInfo.mTxInfo.mIsARetx, mTransmitFrame->mInfo.mTxInfo.mIsSecurityProcessed, in Transmit()
1691 … mTransmitFrame->mInfo.mTxInfo.mTxDelay, mTransmitFrame->mInfo.mTxInfo.mTxDelayBaseTime, in Transmit()
1692 … mTransmitFrame->mInfo.mTxInfo.mRxChannelAfterTxDone, mTransmitFrame->mInfo.mTxInfo.mTxPower); in Transmit()