Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMacTypes.h854 AddressIdentifier_t GroupID; member
DLoRaMac.c1038 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()
DLoRaMac.h1196 AddressIdentifier_t GroupID; member
/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpRemoteMcastSetup.c316 … .GroupID = ( AddressIdentifier_t )McSessionData[id].McGroupData.IdHeader.Fields.McGroupId, in LmhpRemoteMcastSetupOnMcpsIndication()