Lines Matching refs:cmdIndex

294     uint8_t cmdIndex = 0;  in LmhpRemoteMcastSetupOnMcpsIndication()  local
302 while( cmdIndex < mcpsIndication->BufferSize ) in LmhpRemoteMcastSetupOnMcpsIndication()
304 switch( mcpsIndication->Buffer[cmdIndex++] ) in LmhpRemoteMcastSetupOnMcpsIndication()
321 uint8_t id = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()
327 … McSessionData[id].McGroupData.McAddr = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x000000FF; in LmhpRemoteMcastSetupOnMcpsIndication()
328 … McSessionData[id].McGroupData.McAddr += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000FF00; in LmhpRemoteMcastSetupOnMcpsIndication()
329 … McSessionData[id].McGroupData.McAddr += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0000; in LmhpRemoteMcastSetupOnMcpsIndication()
330 … McSessionData[id].McGroupData.McAddr += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000000; in LmhpRemoteMcastSetupOnMcpsIndication()
334 … McSessionData[id].McGroupData.McKeyEncrypted[i] = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()
337 …McSessionData[id].McGroupData.McFCountMin = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x0000… in LmhpRemoteMcastSetupOnMcpsIndication()
338 …McSessionData[id].McGroupData.McFCountMin += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000… in LmhpRemoteMcastSetupOnMcpsIndication()
339 …McSessionData[id].McGroupData.McFCountMin += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF… in LmhpRemoteMcastSetupOnMcpsIndication()
340 …McSessionData[id].McGroupData.McFCountMin += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF00… in LmhpRemoteMcastSetupOnMcpsIndication()
342 …McSessionData[id].McGroupData.McFCountMax = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x0000… in LmhpRemoteMcastSetupOnMcpsIndication()
343 …McSessionData[id].McGroupData.McFCountMax += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000… in LmhpRemoteMcastSetupOnMcpsIndication()
344 …McSessionData[id].McGroupData.McFCountMax += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF… in LmhpRemoteMcastSetupOnMcpsIndication()
345 …McSessionData[id].McGroupData.McFCountMax += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF00… in LmhpRemoteMcastSetupOnMcpsIndication()
377 uint8_t id = mcpsIndication->Buffer[cmdIndex++] & 0x03; in LmhpRemoteMcastSetupOnMcpsIndication()
395 uint8_t id = mcpsIndication->Buffer[cmdIndex++] & 0x03; in LmhpRemoteMcastSetupOnMcpsIndication()
401 … McSessionData[id].SessionTime = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x000000FF; in LmhpRemoteMcastSetupOnMcpsIndication()
402 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000FF00; in LmhpRemoteMcastSetupOnMcpsIndication()
403 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0000; in LmhpRemoteMcastSetupOnMcpsIndication()
404 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000000; in LmhpRemoteMcastSetupOnMcpsIndication()
409 McSessionData[id].SessionTimeout = mcpsIndication->Buffer[cmdIndex++] & 0x0F; in LmhpRemoteMcastSetupOnMcpsIndication()
411 …onData[id].RxParams.Params.ClassC.Frequency = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
412 …onData[id].RxParams.Params.ClassC.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
413 …onData[id].RxParams.Params.ClassC.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
415 … McSessionData[id].RxParams.Params.ClassC.Datarate = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()
461 uint8_t id = mcpsIndication->Buffer[cmdIndex++] & 0x03; in LmhpRemoteMcastSetupOnMcpsIndication()
467 … McSessionData[id].SessionTime = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x000000FF; in LmhpRemoteMcastSetupOnMcpsIndication()
468 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x0000FF00; in LmhpRemoteMcastSetupOnMcpsIndication()
469 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00FF0000; in LmhpRemoteMcastSetupOnMcpsIndication()
470 … McSessionData[id].SessionTime += ( mcpsIndication->Buffer[cmdIndex++] << 24 ) & 0xFF000000; in LmhpRemoteMcastSetupOnMcpsIndication()
475 …sionData[id].RxParams.Params.ClassB.Periodicity = ( mcpsIndication->Buffer[cmdIndex] >> 4 ) & 0x07; in LmhpRemoteMcastSetupOnMcpsIndication()
476 McSessionData[id].SessionTimeout = mcpsIndication->Buffer[cmdIndex++] & 0x0F; in LmhpRemoteMcastSetupOnMcpsIndication()
478 …onData[id].RxParams.Params.ClassB.Frequency = ( mcpsIndication->Buffer[cmdIndex++] << 0 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
479 …onData[id].RxParams.Params.ClassB.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 8 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
480 …onData[id].RxParams.Params.ClassB.Frequency |= ( mcpsIndication->Buffer[cmdIndex++] << 16 ) & 0x00… in LmhpRemoteMcastSetupOnMcpsIndication()
482 … McSessionData[id].RxParams.Params.ClassB.Datarate = mcpsIndication->Buffer[cmdIndex++]; in LmhpRemoteMcastSetupOnMcpsIndication()