Home
last modified time | relevance | path

Searched refs:GwSpecific (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c609 …State.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.InfoDesc ); in SendBeaconRxStatusInd()
610 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[0] ); in SendBeaconRxStatusInd()
611 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[1] ); in SendBeaconRxStatusInd()
612 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[2] ); in SendBeaconRxStatusInd()
613 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[3] ); in SendBeaconRxStatusInd()
614 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[4] ); in SendBeaconRxStatusInd()
615 …tState.DataBufferSize++] = ( uint8_t )( ComplianceTestState.ClassBStatus.Info.GwSpecific.Info[5] ); in SendBeaconRxStatusInd()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/
DLmHandlerMsgDisplay.c397 printf( "GW DESC : %d\n", params->Info.GwSpecific.InfoDesc ); in DisplayBeaconUpdate()
399 PrintHexBuffer( params->Info.GwSpecific.Info, 6 ); in DisplayBeaconUpdate()
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c117 .GwSpecific =
929 BeaconParams.Info.GwSpecific.InfoDesc = 0; in MlmeIndication()
930 memset1( BeaconParams.Info.GwSpecific.Info, 0, 6 ); in MlmeIndication()
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.h408 }GwSpecific; member
DLoRaMacClassB.c1341 …Ctx.LoRaMacClassBParams.MlmeIndication->BeaconInfo.GwSpecific.InfoDesc = payload[phyParam.BeaconFo… in LoRaMacClassBRxBeacon()
1342 …memcpy1( Ctx.LoRaMacClassBParams.MlmeIndication->BeaconInfo.GwSpecific.Info, &payload[phyParam.Bea… in LoRaMacClassBRxBeacon()