Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c444 mlmeReq.Req.Join.Datarate = LmHandlerParams->TxDatarate; in LmHandlerJoinRequest()
448 mlmeReq.Req.Join.NetworkActivation = ACTIVATION_TYPE_OTAA; in LmHandlerJoinRequest()
454 mlmeReq.Req.Join.NetworkActivation = ACTIVATION_TYPE_ABP; in LmHandlerJoinRequest()
512 mcpsReq.Req.Unconfirmed.Datarate = LmHandlerParams->TxDatarate; in LmHandlerSend()
517 mcpsReq.Req.Unconfirmed.fBuffer = NULL; in LmHandlerSend()
518 mcpsReq.Req.Unconfirmed.fBufferSize = 0; in LmHandlerSend()
522 mcpsReq.Req.Unconfirmed.fPort = appData->Port; in LmHandlerSend()
523 mcpsReq.Req.Unconfirmed.fBufferSize = appData->BufferSize; in LmHandlerSend()
524 mcpsReq.Req.Unconfirmed.fBuffer = appData->Buffer; in LmHandlerSend()
602 mlmeReq.Req.PingSlotInfo.PingSlot.Fields.Periodicity = periodicity; in LmHandlerPingSlotReq()
[all …]
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c459 mlmeReq.Req.TxCw.Timeout = in LmhpComplianceOnMcpsIndication()
462 mlmeReq.Req.TxCw.Frequency = in LmhpComplianceOnMcpsIndication()
467 mlmeReq.Req.TxCw.Power = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
/loramac-node-latest/src/mac/
DLoRaMac.c5308 if( mlmeRequest->Req.Join.NetworkActivation == ACTIVATION_TYPE_OTAA ) in LoRaMacMlmeRequest()
5312 …1.ChannelsDatarate = RegionAlternateDr( Nvm.MacGroup2.Region, mlmeRequest->Req.Join.Datarate, ALTE… in LoRaMacMlmeRequest()
5321 …1.ChannelsDatarate = RegionAlternateDr( Nvm.MacGroup2.Region, mlmeRequest->Req.Join.Datarate, ALTE… in LoRaMacMlmeRequest()
5324 else if( mlmeRequest->Req.Join.NetworkActivation == ACTIVATION_TYPE_ABP ) in LoRaMacMlmeRequest()
5334 Nvm.MacGroup2.NetworkActivation = mlmeRequest->Req.Join.NetworkActivation; in LoRaMacMlmeRequest()
5381 …status = SetTxContinuousWave( mlmeRequest->Req.TxCw.Timeout, mlmeRequest->Req.TxCw.Frequency, mlme… in LoRaMacMlmeRequest()
5398 uint8_t value = mlmeRequest->Req.PingSlotInfo.PingSlot.Value; in LoRaMacMlmeRequest()
5401 … LoRaMacClassBSetPingSlotInfo( mlmeRequest->Req.PingSlotInfo.PingSlot.Fields.Periodicity ); in LoRaMacMlmeRequest()
5515 fPort = request.Req.Unconfirmed.fPort; in LoRaMacMcpsRequest()
5516 fBuffer = request.Req.Unconfirmed.fBuffer; in LoRaMacMcpsRequest()
[all …]
DLoRaMac.h955 }Req; member
1317 }Req; member