Searched refs:queueElement (Results 1 – 1 of 1) sorted by relevance
5266 MlmeConfirmQueue_t queueElement; in LoRaMacMlmeRequest() local5294 queueElement.Request = mlmeRequest->Type; in LoRaMacMlmeRequest()5295 queueElement.Status = LORAMAC_EVENT_INFO_STATUS_ERROR; in LoRaMacMlmeRequest()5296 queueElement.RestrictCommonReadyToHandle = false; in LoRaMacMlmeRequest()5297 queueElement.ReadyToHandle = false; in LoRaMacMlmeRequest()5314 queueElement.Status = LORAMAC_EVENT_INFO_STATUS_JOIN_FAIL; in LoRaMacMlmeRequest()5335 queueElement.Status = LORAMAC_EVENT_INFO_STATUS_OK; in LoRaMacMlmeRequest()5336 queueElement.ReadyToHandle = true; in LoRaMacMlmeRequest()5424 queueElement.RestrictCommonReadyToHandle = true; in LoRaMacMlmeRequest()5457 LoRaMacConfirmQueueAdd( &queueElement ); in LoRaMacMlmeRequest()