Home
last modified time | relevance | path

Searched refs:mAckedWithSecEnhAck (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/mac/
Dsub_mac_csl_receiver.cpp75 if ((mCslPeriod > 0) && aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in UpdateCslLastSyncTimestamp()
Dsub_mac.cpp294 …(!ShouldHandleTransmitSecurity() && aFrame != nullptr && aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in HandleReceiveDone()
/openthread-latest/include/openthread/platform/
Dradio.h403 …bool mAckedWithSecEnhAck : 1; ///< This indicates if this frame was acknowledged with secured enha… member
/openthread-latest/examples/platforms/simulation/
Dradio.c858 sReceiveFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = false; in radioProcessFrame()
877 sReceiveFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = true; in radioProcessFrame()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp96 if (aFrame->mInfo.mRxInfo.mAckedWithSecEnhAck) in PackRadioFrame()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp722 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()