Searched refs:multicast (Results 1 – 3 of 3) sorted by relevance
49 - Fixed class B multicast handling in `LoRaMacClassBProcessMulticastSlot()`93 - Added Class B remote multicast setup support330 - Added the possibility to setup multicast channels locally339 - Added a filter to handle multicast downlinks exceptions405 - "Remote multicast setup" package425 - Changed multicast channels handling according to the application layer protocols
3 ## Test 1 - Basic multicast + fragmentation setup followed by file broadcast20 5. Server creates a multicast group with its associated key material
885 uint8_t multicast = 0; in ProcessRadioRxDone() local1169 multicast = 0; in ProcessRadioRxDone()1176 multicast = 1; in ProcessRadioRxDone()1189 if( ( multicast == 1 ) && ( ( fType != FRAME_TYPE_D ) || in ProcessRadioRxDone()1235 MacCtx.McpsIndication.Multicast = multicast; in ProcessRadioRxDone()1253 if( multicast == 1 ) in ProcessRadioRxDone()