HomeSort by relevance Sort by last modified time
    Searched refs:lowRateThreshold (Results 1 - 11 of 11) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 164 pRateAdaptation->lowRateThreshold = DEF_LOW_RATE_THRESHOLD;
179 if(rateAdaptationInitParam->tspecsRateParameters[i].highRateThreshold < rateAdaptationInitParam->tspecsRateParameters[i].lowRateThreshold)
182 (" rateAdaptation_config() ERROR: highRateThreshold < lowRateThreshold, ac = %d\n",i));
185 pRateAdaptation->tspecsRateParameters[i].lowRateThreshold = 0;
190 (rateAdaptationInitParam->tspecsRateParameters[i].lowRateThreshold == 0))
193 pRateAdaptation->tspecsRateParameters[i].lowRateThreshold = 0;
198 pRateAdaptation->tspecsRateParameters[i].lowRateThreshold = rateAdaptationInitParam->tspecsRateParameters[i].lowRateThreshold;
308 if( ((pRateAdaptation->RatesMap[prevIndex].rateNumber) < (pRateAdaptation->tspecsRateParameters[i].lowRateThreshold)) &&
309 (hostRateToNumber((rate_e)pRateAdaptation->RatesMap[pRateAdaptation->currRateIndex].rateNumber) >= (pRateAdaptation->tspecsRateParameters[i].lowRateThreshold)) )
    [all...]
Ctrl.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 91 UINT8 lowRateThreshold;
178 UINT8 lowRateThreshold);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
apConn.c 179 TI_UINT8 lowRateThreshold; /**< Stores recently configured consec. no ack threshold */
519 pAPConnection->lowRateThreshold = LOW_RATE_DEFAULT_THRESHOLD;
624 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
657 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
662 pAPConnection->lowRateThreshold = pParam->txRateThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.c 206 UINT8 lowRateThreshold; /**< Stores recently configured consec. no ack threshold */
559 pAPConnection->lowRateThreshold = LOW_RATE_DEFAULT_THRESHOLD;
680 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
apConn.c 180 TI_UINT8 lowRateThreshold; /**< Stores recently configured consec. no ack threshold */
522 pAPConnection->lowRateThreshold = LOW_RATE_DEFAULT_THRESHOLD;
615 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
648 pParam->txRateThreshold = pAPConnection->lowRateThreshold;
653 pAPConnection->lowRateThreshold = pParam->txRateThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 390 UINT8 lowRateThreshold);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 962 TI_UINT8 lowRateThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 940 TI_UINT8 lowRateThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h     [all...]

Completed in 84 milliseconds