Home
last modified time | relevance | path

Searched refs:MlmeReq (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.c1367 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in ProcessRadioRxDone()
1586 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacHandleRequestEvents()
1588 MacCtx.MacFlags.Bits.MlmeReq = 0; in LoRaMacHandleRequestEvents()
1600 if( reqEvents.Bits.MlmeReq == 1 ) in LoRaMacHandleRequestEvents()
1605 MacCtx.MacFlags.Bits.MlmeReq = 1; in LoRaMacHandleRequestEvents()
1716 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacHandleMlmeRequest()
1738 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacCheckForBeaconAcquisition()
3730 if( ( MacCtx.MacFlags.Bits.MlmeReq == 1 ) || in IsRequestPending()
5293 MacCtx.MacFlags.Bits.MlmeReq = 1; in LoRaMacMlmeRequest()
5344 MacCtx.MacFlags.Bits.MlmeReq = 1; in LoRaMacMlmeRequest()
[all …]
DLoRaMac.h510 uint8_t MlmeReq : 1; member
DLoRaMacClassB.c873 if( Ctx.LoRaMacClassBParams.LoRaMacFlags->Bits.MlmeReq == 1 ) in LoRaMacClassBProcessBeacon()
930 if( Ctx.LoRaMacClassBParams.LoRaMacFlags->Bits.MlmeReq == 1 ) in LoRaMacClassBProcessBeacon()