Lines Matching refs:mInfo
933 int8_t GetRssi(void) const { return mInfo.mRxInfo.mRssi; } in GetRssi()
940 void SetRssi(int8_t aRssi) { mInfo.mRxInfo.mRssi = aRssi; } in SetRssi()
947 uint8_t GetLqi(void) const { return mInfo.mRxInfo.mLqi; } in GetLqi()
954 void SetLqi(uint8_t aLqi) { mInfo.mRxInfo.mLqi = aLqi; } in SetLqi()
962 bool IsAckedWithFramePending(void) const { return mInfo.mRxInfo.mAckedWithFramePending; } in IsAckedWithFramePending()
979 const uint64_t &GetTimestamp(void) const { return mInfo.mRxInfo.mTimestamp; } in GetTimestamp()
1090 void SetTxPower(int8_t aTxPower) { mInfo.mTxInfo.mTxPower = aTxPower; } in SetTxPower()
1097 uint8_t GetRxChannelAfterTxDone(void) const { return mInfo.mTxInfo.mRxChannelAfterTxDone; } in GetRxChannelAfterTxDone()
1104 … void SetRxChannelAfterTxDone(uint8_t aChannel) { mInfo.mTxInfo.mRxChannelAfterTxDone = aChannel; } in SetRxChannelAfterTxDone()
1115 uint8_t GetMaxCsmaBackoffs(void) const { return mInfo.mTxInfo.mMaxCsmaBackoffs; } in GetMaxCsmaBackoffs()
1126 …void SetMaxCsmaBackoffs(uint8_t aMaxCsmaBackoffs) { mInfo.mTxInfo.mMaxCsmaBackoffs = aMaxCsmaBacko… in SetMaxCsmaBackoffs()
1135 uint8_t GetMaxFrameRetries(void) const { return mInfo.mTxInfo.mMaxFrameRetries; } in GetMaxFrameRetries()
1144 …void SetMaxFrameRetries(uint8_t aMaxFrameRetries) { mInfo.mTxInfo.mMaxFrameRetries = aMaxFrameRetr… in SetMaxFrameRetries()
1152 bool IsARetransmission(void) const { return mInfo.mTxInfo.mIsARetx; } in IsARetransmission()
1159 void SetIsARetransmission(bool aIsARetx) { mInfo.mTxInfo.mIsARetx = aIsARetx; } in SetIsARetransmission()
1167 bool IsCsmaCaEnabled(void) const { return mInfo.mTxInfo.mCsmaCaEnabled; } in IsCsmaCaEnabled()
1174 void SetCsmaCaEnabled(bool aCsmaCaEnabled) { mInfo.mTxInfo.mCsmaCaEnabled = aCsmaCaEnabled; } in SetCsmaCaEnabled()
1183 return *static_cast<const Mac::KeyMaterial *>(mInfo.mTxInfo.mAesKey); in GetAesKey()
1191 void SetAesKey(const Mac::KeyMaterial &aAesKey) { mInfo.mTxInfo.mAesKey = &aAesKey; } in SetAesKey()
1217 bool IsSecurityProcessed(void) const { return mInfo.mTxInfo.mIsSecurityProcessed; } in IsSecurityProcessed()
1226 mInfo.mTxInfo.mIsSecurityProcessed = aIsSecurityProcessed; in SetIsSecurityProcessed()
1235 bool IsCslIePresent(void) const { return mInfo.mTxInfo.mCslPresent; } in IsCslIePresent()
1242 void SetCslIePresent(bool aCslPresent) { mInfo.mTxInfo.mCslPresent = aCslPresent; } in SetCslIePresent()
1250 bool IsHeaderUpdated(void) const { return mInfo.mTxInfo.mIsHeaderUpdated; } in IsHeaderUpdated()
1257 …void SetIsHeaderUpdated(bool aIsHeaderUpdated) { mInfo.mTxInfo.mIsHeaderUpdated = aIsHeaderUpdated… in SetIsHeaderUpdated()
1265 void SetTimeIeOffset(uint8_t aOffset) { mInfo.mTxInfo.mIeInfo->mTimeIeOffset = aOffset; } in SetTimeIeOffset()
1272 uint8_t GetTimeIeOffset(void) const { return mInfo.mTxInfo.mIeInfo->mTimeIeOffset; } in GetTimeIeOffset()
1281 mInfo.mTxInfo.mIeInfo->mNetworkTimeOffset = aNetworkTimeOffset; in SetNetworkTimeOffset()
1289 … void SetTimeSyncSeq(uint8_t aTimeSyncSeq) { mInfo.mTxInfo.mIeInfo->mTimeSyncSeq = aTimeSyncSeq; } in SetTimeSyncSeq()
1333 void SetTxDelay(uint32_t aTxDelay) { mInfo.mTxInfo.mTxDelay = aTxDelay; } in SetTxDelay()
1340 …void SetTxDelayBaseTime(uint32_t aTxDelayBaseTime) { mInfo.mTxInfo.mTxDelayBaseTime = aTxDelayBase… in SetTxDelayBaseTime()