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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 179 if(rateAdaptationInitParam->tspecsRateParameters[i].highRateThreshold < rateAdaptationInitParam->tspecsRateParameters[i].lowRateThreshold)
182 (" rateAdaptation_config() ERROR: highRateThreshold < lowRateThreshold, ac = %d\n",i));
184 pRateAdaptation->tspecsRateParameters[i].highRateThreshold = 0;
189 else if( (rateAdaptationInitParam->tspecsRateParameters[i].highRateThreshold == 0) ||
192 pRateAdaptation->tspecsRateParameters[i].highRateThreshold = 0;
197 pRateAdaptation->tspecsRateParameters[i].highRateThreshold = rateAdaptationInitParam->tspecsRateParameters[i].highRateThreshold;
299 if( ((pRateAdaptation->RatesMap[prevIndex].rateNumber) < (pRateAdaptation->tspecsRateParameters[i].highRateThreshold)) &&
300 (pRateAdaptation->RatesMap[pRateAdaptation->currRateIndex].rateNumber >= (pRateAdaptation->tspecsRateParameters[i].highRateThreshold)) )
    [all...]
Ctrl.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 177 UINT8 highRateThreshold,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 389 UINT8 highRateThreshold,
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 961 TI_UINT8 highRateThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 939 TI_UINT8 highRateThreshold;
    [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 381 milliseconds