Home
last modified time | relevance | path

Searched refs:mAckFrameCounter (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/include/openthread/platform/
Dradio.h396 …uint32_t mAckFrameCounter; ///< ACK security frame counter (applicable when `mAckedWithSecEnhAck` … member
/openthread-latest/src/core/mac/
Dsub_mac.cpp296 … SignalFrameCounterUsed(aFrame->mInfo.mRxInfo.mAckFrameCounter, aFrame->mInfo.mRxInfo.mAckKeyId); in HandleReceiveDone()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp119 …mEncoder.WriteUint32(aFrame ? aFrame->mInfo.mRxInfo.mAckFrameCounter : 0)); // The ACK auxiliary f… in PackRadioFrame()
/openthread-latest/examples/platforms/simulation/
Dradio.c878 sReceiveFrame.mInfo.mRxInfo.mAckFrameCounter = otMacFrameGetFrameCounter(&sAckFrame); in radioProcessFrame()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp704 … &aFrame.mInfo.mRxInfo.mAckKeyId, &aFrame.mInfo.mRxInfo.mAckFrameCounter); in ParseRadioFrame()