Home
last modified time | relevance | path

Searched refs:mKeyId (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp335 if (keyId == aRadioContext->mKeyId) in otMacFrameProcessTransmitSecurity()
340 else if (keyId == aRadioContext->mKeyId - 1) in otMacFrameProcessTransmitSecurity()
345 else if (keyId == aRadioContext->mKeyId + 1) in otMacFrameProcessTransmitSecurity()
358 keyId = aRadioContext->mKeyId; in otMacFrameProcessTransmitSecurity()
Dmac_frame.h353 uint8_t mKeyId; member
/openthread-latest/src/core/mac/
Dsub_mac.cpp93 mKeyId = 0; in Init()
372 mTransmitFrame.SetKeyId(mKeyId); in ProcessTransmitSecurity()
395 SignalFrameCounterUsed(frameCounter, mKeyId); in ProcessTransmitSecurity()
934 mKeyId = aKeyId; in SetMacKey()
955 VerifyOrExit(aKeyId == mKeyId); in SignalFrameCounterUsed()
Dsub_mac.hpp659 uint8_t mKeyId; member in ot::Mac::SubMac
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1278 uint8_t mKeyId; member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp925 mKeyId = aKeyId; in SetMacKey()
2188 … mKeyIdMode, mKeyId, mPrevKey.m8, sizeof(otMacKey), mCurrKey.m8, sizeof(otMacKey), mNextKey.m8, in RestoreProperties()
/openthread-latest/examples/platforms/simulation/
Dradio.c1157 sRadioContext.mKeyId = aKeyId; in otPlatRadioSetMacKey()