Searched refs:GroupID (Results 1 – 4 of 4) sorted by relevance
854 AddressIdentifier_t GroupID; member
1038 addrID = Nvm.MacGroup2.MulticastChannelList[i].ChannelParams.GroupID; in ProcessRadioRxDone()4449 if( channel->GroupID >= LORAMAC_MAX_MC_CTX ) in LoRaMacMcChannelSetup()4454 Nvm.MacGroup2.MulticastChannelList[channel->GroupID].ChannelParams = *channel; in LoRaMacMcChannelSetup()4459 …if( LoRaMacCryptoSetKey( mcKeys[channel->GroupID], channel->McKeys.McKeyE ) != LORAMAC_CRYPTO_SUCC… in LoRaMacMcChannelSetup()4464 …if( LoRaMacCryptoDeriveMcSessionKeyPair( channel->GroupID, channel->Address ) != LORAMAC_CRYPTO_SU… in LoRaMacMcChannelSetup()4473 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( mcAppSKeys[channel->GroupID], channel->McKeys.S… in LoRaMacMcChannelSetup()4477 …if( LORAMAC_CRYPTO_SUCCESS != LoRaMacCryptoSetKey( mcNwkSKeys[channel->GroupID], channel->McKeys.S… in LoRaMacMcChannelSetup()4486 … LoRaMacClassBSetMulticastPeriodicity( &Nvm.MacGroup2.MulticastChannelList[channel->GroupID] ); in LoRaMacMcChannelSetup()4490 *Nvm.MacGroup2.MulticastChannelList[channel->GroupID].DownLinkCounter = FCNT_DOWN_INITAL_VALUE; in LoRaMacMcChannelSetup()
1196 AddressIdentifier_t GroupID; member
316 … .GroupID = ( AddressIdentifier_t )McSessionData[id].McGroupData.IdHeader.Fields.McGroupId, in LmhpRemoteMcastSetupOnMcpsIndication()