Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dmle.hpp1689 … ? sizeof(mSecurityControl) + sizeof(mFrameCounter) + sizeof(mKeySource) + sizeof(mKeyIndex) in GetLength()
1698 … return sizeof(mSecurityControl) + sizeof(mFrameCounter) + sizeof(mKeySource) + sizeof(mKeyIndex); in GetHeaderLength()
1719 mKeyIndex = (aKeySequence & 0x7f) + 1; in SetKeyId()
1750 uint8_t mKeyIndex; member in ot::Mle::Mle::Header