Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/
DLmHandler.c459 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()
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpCompliance.c418 LoRaMacStatus_t status = LoRaMacMlmeRequest( &mlmeReq ); in LmhpComplianceOnMcpsIndication()
469 CompliancePackage.OnMacMlmeRequest( LoRaMacMlmeRequest( &mlmeReq ), &mlmeReq, in LmhpComplianceOnMcpsIndication()
/loramac-node-latest/src/mac/
DLoRaMac.h2876 LoRaMacStatus_t LoRaMacMlmeRequest( MlmeReq_t* mlmeRequest );
DLoRaMac.c1642 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
/loramac-node-latest/
DCHANGELOG.md578 - Issue(#81): Bug fix in function `LoRaMacMlmeRequest` case `MLME_JOIN`. Function will return `LORA…