Searched refs:ccaContentionWindow (Results 1 – 2 of 2) sorted by relevance
214 uint16_t ccaContentionWindow : 2; /*!< Initial contention window value for CCA */ member233 .ccaContentionWindow = 1, \
141 uint8_t ccaContentionWindow; member647 uint8_t ccaContentionWindow = txAction->ccaContentionWindow; in RCL_Handler_Ieee_RxTx() local648 if (ccaContentionWindow < 1) in RCL_Handler_Ieee_RxTx()650 ccaContentionWindow = 1; in RCL_Handler_Ieee_RxTx()652 ieeeHandlerState.rxTx.ccaContentionWindow = ccaContentionWindow; in RCL_Handler_Ieee_RxTx()653 uint32_t ccaDuration = (ccaContentionWindow - 1) * IEEE_BACKOFF_PERIOD; in RCL_Handler_Ieee_RxTx()734 if (txAction->ccaContentionWindow <= 1) in RCL_Handler_Ieee_RxTx()815 ieeeHandlerState.rxTx.ccaContentionWindow -= 1; in RCL_Handler_Ieee_RxTx()816 if (ieeeHandlerState.rxTx.ccaContentionWindow == 0) in RCL_Handler_Ieee_RxTx()