Lines Matching refs:mlmeReq
415 MlmeReq_t mlmeReq; in LmhpComplianceOnMcpsIndication() local
416 mlmeReq.Type = MLME_LINK_CHECK; in LmhpComplianceOnMcpsIndication()
418 LoRaMacStatus_t status = LoRaMacMlmeRequest( &mlmeReq ); in LmhpComplianceOnMcpsIndication()
421 … CompliancePackage.OnMacMlmeRequest( status, &mlmeReq, mlmeReq.ReqReturn.DutyCycleWaitTime ); in LmhpComplianceOnMcpsIndication()
455 MlmeReq_t mlmeReq; in LmhpComplianceOnMcpsIndication() local
458 mlmeReq.Type = MLME_TXCW; in LmhpComplianceOnMcpsIndication()
459 mlmeReq.Req.TxCw.Timeout = in LmhpComplianceOnMcpsIndication()
462 mlmeReq.Req.TxCw.Frequency = in LmhpComplianceOnMcpsIndication()
467 mlmeReq.Req.TxCw.Power = mcpsIndication->Buffer[cmdIndex++]; in LmhpComplianceOnMcpsIndication()
469 CompliancePackage.OnMacMlmeRequest( LoRaMacMlmeRequest( &mlmeReq ), &mlmeReq, in LmhpComplianceOnMcpsIndication()
470 mlmeReq.ReqReturn.DutyCycleWaitTime ); in LmhpComplianceOnMcpsIndication()