Searched refs:mlmeConfirmToStore (Results 1 – 1 of 1) sorted by relevance
284 MlmeConfirmQueue_t mlmeConfirmToStore; in LoRaMacConfirmQueueHandleCb() local286 memset1( ( uint8_t* ) &mlmeConfirmToStore, 0, sizeof( MlmeConfirmQueue_t ) ); in LoRaMacConfirmQueueHandleCb()301 mlmeConfirmToStore.Request = ConfirmQueueCtx.BufferStart->Request; in LoRaMacConfirmQueueHandleCb()302 mlmeConfirmToStore.Status = ConfirmQueueCtx.BufferStart->Status; in LoRaMacConfirmQueueHandleCb()303 …mlmeConfirmToStore.RestrictCommonReadyToHandle = ConfirmQueueCtx.BufferStart->RestrictCommonReadyT… in LoRaMacConfirmQueueHandleCb()312 LoRaMacConfirmQueueAdd( &mlmeConfirmToStore ); in LoRaMacConfirmQueueHandleCb()