Searched refs:mAckedWithSecEnhAck (Results 1 – 6 of 6) sorted by relevance
75 if ((mCslPeriod > 0) && aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in UpdateCslLastSyncTimestamp()
294 …(!ShouldHandleTransmitSecurity() && aFrame != nullptr && aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in HandleReceiveDone()
403 …bool mAckedWithSecEnhAck : 1; ///< This indicates if this frame was acknowledged with secured enha… member
858 sReceiveFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = false; in radioProcessFrame()877 sReceiveFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = true; in radioProcessFrame()
96 if (aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in PackRadioFrame()
722 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()