Home
last modified time | relevance | path

Searched refs:mAckKeyId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/platform/
Dradio.h397 …uint8_t mAckKeyId; ///< ACK security key index (applicable when `mAckedWithSecEnhAck` is s… 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.cpp117 …SuccessOrExit(mEncoder.WriteUint8(aFrame ? aFrame->mInfo.mRxInfo.mAckKeyId : 0)); // The ACK auxil… in PackRadioFrame()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp704 … &aFrame.mInfo.mRxInfo.mAckKeyId, &aFrame.mInfo.mRxInfo.mAckFrameCounter); in ParseRadioFrame()