Searched refs:LoRaMacMlmeRequest (Results 1 – 5 of 5) sorted by relevance
459 LoRaMacStatus_t status = LoRaMacMlmeRequest( &mlmeReq ); in LmHandlerJoinRequest()555 status = LoRaMacMlmeRequest( &mlmeReq ); in LmHandlerDeviceTimeReq()579 status = LoRaMacMlmeRequest( &mlmeReq ); in LmHandlerBeaconReq()605 status = LoRaMacMlmeRequest( &mlmeReq ); in LmHandlerPingSlotReq()
418 LoRaMacStatus_t status = LoRaMacMlmeRequest( &mlmeReq ); in LmhpComplianceOnMcpsIndication()469 CompliancePackage.OnMacMlmeRequest( LoRaMacMlmeRequest( &mlmeReq ), &mlmeReq, in LmhpComplianceOnMcpsIndication()
2876 LoRaMacStatus_t LoRaMacMlmeRequest( MlmeReq_t* mlmeRequest );
1642 LoRaMacMlmeRequest( &mlmeReq ); in LoRaMacHandleRejoinEvents()1647 if( LoRaMacMlmeRequest( &mlmeReq ) == LORAMAC_STATUS_OK ) in LoRaMacHandleRejoinEvents()1655 if( LoRaMacMlmeRequest( &mlmeReq ) == LORAMAC_STATUS_OK ) in LoRaMacHandleRejoinEvents()1663 if( LoRaMacMlmeRequest( &mlmeReq ) == LORAMAC_STATUS_OK ) in LoRaMacHandleRejoinEvents()5263 LoRaMacStatus_t LoRaMacMlmeRequest( MlmeReq_t* mlmeRequest ) in LoRaMacMlmeRequest() function
578 - Issue(#81): Bug fix in function `LoRaMacMlmeRequest` case `MLME_JOIN`. Function will return `LORA…