Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMacTypes.h865 AddressIdentifier_t GroupID; member
DLoRaMac.h1279 AddressIdentifier_t GroupID; member
DLoRaMac.c1177 addrID = Nvm.MacGroup2.MulticastChannelList[i].ChannelParams.GroupID; in ProcessRadioRxDone()
5087 if( channel->GroupID >= LORAMAC_MAX_MC_CTX ) in LoRaMacMcChannelSetup()
5092 Nvm.MacGroup2.MulticastChannelList[channel->GroupID].ChannelParams = *channel; in LoRaMacMcChannelSetup()
5098 …if( LoRaMacCryptoSetKey( mcKeys[channel->GroupID], channel->McKeys.McKeyE ) != LORAMAC_CRYPTO_SUCC… in LoRaMacMcChannelSetup()
5103 …if( LoRaMacCryptoDeriveMcSessionKeyPair( channel->GroupID, channel->Address ) != LORAMAC_CRYPTO_SU… in LoRaMacMcChannelSetup()
5112 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( mcAppSKeys[channel->GroupID], channel->McKeys.S… in LoRaMacMcChannelSetup()
5116 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( mcNwkSKeys[channel->GroupID], channel->McKeys.S… in LoRaMacMcChannelSetup()
5123 *Nvm.MacGroup2.MulticastChannelList[channel->GroupID].DownLinkCounter = FCNT_DOWN_INITIAL_VALUE; in LoRaMacMcChannelSetup()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpRemoteMcastSetup.c351 … .GroupID = ( AddressIdentifier_t )McSessionData[id].McGroupData.IdHeader.Fields.McGroupId, in LmhpRemoteMcastSetupOnMcpsIndication()