Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMac.c1421 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacHandleRequestEvents()
1423 MacCtx.MacFlags.Bits.MlmeReq = 0; in LoRaMacHandleRequestEvents()
1435 if( reqEvents.Bits.MlmeReq == 1 ) in LoRaMacHandleRequestEvents()
1440 MacCtx.MacFlags.Bits.MlmeReq = 1; in LoRaMacHandleRequestEvents()
1539 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacHandleMlmeRequest()
1561 if( MacCtx.MacFlags.Bits.MlmeReq == 1 ) in LoRaMacCheckForBeaconAcquisition()
3257 if( ( MacCtx.MacFlags.Bits.MlmeReq == 1 ) || in IsRequestPending()
4618 MacCtx.MacFlags.Bits.MlmeReq = 1; in LoRaMacMlmeRequest()
4751 MacCtx.MacFlags.Bits.MlmeReq = 0; in LoRaMacMlmeRequest()
DLoRaMac.h490 uint8_t MlmeReq : 1; member
DLoRaMacClassB.c867 if( Ctx.LoRaMacClassBParams.LoRaMacFlags->Bits.MlmeReq == 1 ) in LoRaMacClassBProcessBeacon()
924 if( Ctx.LoRaMacClassBParams.LoRaMacFlags->Bits.MlmeReq == 1 ) in LoRaMacClassBProcessBeacon()