Lines Matching refs:cmdIndex
296 uint8_t cmdIndex = 0; in LmhpComplianceOnMcpsIndication() local
323 switch( mcpsIndication->Buffer[cmdIndex++] ) in LmhpComplianceOnMcpsIndication()
345 ComplianceTestState.NewClass = ( DeviceClass_t ) mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
353 mibReq.Param.AdrEnable = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
360 LoRaMacTestSetDutyCycleOn( mcpsIndication->Buffer[cmdIndex++] ); in LmhpComplianceOnMcpsIndication()
367 uint8_t index = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
380 uint8_t frameType = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
397 …estState.DataBuffer[ComplianceTestState.DataBufferSize++] = mcpsIndication->Buffer[cmdIndex++] + 1; in LmhpComplianceOnMcpsIndication()
432 ComplianceTestState.ClassBStatus.PingSlotPeriodicity = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
438 ComplianceTestState.IsBeaconRxStatusIndOn = ( bool ) mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
460 … ( uint16_t )( mcpsIndication->Buffer[cmdIndex] | ( mcpsIndication->Buffer[cmdIndex + 1] << 8 ) ); in LmhpComplianceOnMcpsIndication()
461 cmdIndex += 2; in LmhpComplianceOnMcpsIndication()
463 … ( uint32_t )( mcpsIndication->Buffer[cmdIndex] | ( mcpsIndication->Buffer[cmdIndex + 1] << 8 ) | in LmhpComplianceOnMcpsIndication()
464 ( mcpsIndication->Buffer[cmdIndex + 2] << 16 ) ) * in LmhpComplianceOnMcpsIndication()
466 cmdIndex += 3; in LmhpComplianceOnMcpsIndication()
467 mlmeReq.Req.TxCw.Power = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()