Searched refs:sTxWait (Results 1 – 1 of 1) sorted by relevance
126 static bool sTxWait = false; variable577 sTxWait = false; in otPlatRadioReceive()673 if (sTxWait) in radioReceive()692 sTxWait = false; in radioReceive()820 sTxWait = otMacFrameIsAckRequested(&sTransmitFrame); in radioSendMessage()822 if (!sTxWait) in radioSendMessage()840 sTxWait = true; in radioSendMessage()846 bool platformRadioIsTransmitPending(void) { return sState == OT_RADIO_STATE_TRANSMIT && !sTxWait; } in platformRadioIsTransmitPending()862 if (aReadFdSet != NULL && (sState != OT_RADIO_STATE_TRANSMIT || sTxWait)) in platformRadioUpdateFdSet()