Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacTypes.h894 }McKeys; member
DLoRaMac.c5098 …if( LoRaMacCryptoSetKey( mcKeys[channel->GroupID], channel->McKeys.McKeyE ) != LORAMAC_CRYPTO_SUCC… in LoRaMacMcChannelSetup()
5112 …O_SUCCESS != LoRaMacCryptoSetKey( mcAppSKeys[channel->GroupID], channel->McKeys.Session.McAppSKey … in LoRaMacMcChannelSetup()
5116 …O_SUCCESS != LoRaMacCryptoSetKey( mcNwkSKeys[channel->GroupID], channel->McKeys.Session.McNwkSKey … in LoRaMacMcChannelSetup()
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpRemoteMcastSetup.c353 .McKeys.McKeyE = McSessionData[id].McGroupData.McKeyEncrypted, in LmhpRemoteMcastSetupOnMcpsIndication()