Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.cpp927 uint8_t keySource[] = {0xff, 0xff, 0xff, 0xff}; in ProcessTransmitSecurity() local
933 BigEndian::WriteUint32(keyManager.GetCurrentKeySequence(), keySource); in ProcessTransmitSecurity()
934 aFrame.SetKeySource(keySource); in ProcessTransmitSecurity()
942 aFrame.SetKeySource(keySource); in ProcessTransmitSecurity()