HomeSort by relevance Sort by last modified time
    Searched full:rate_e (Results 1 - 25 of 38) sorted by null

1 2

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
RateAdaptation.h 62 rate_e rate;
125 rate_e actualTxRate,
126 rate_e requestTxRate,
134 rate_e rateAdaptation_getCurrentRate(rateAdaptation_t* pRateAdaptation);
139 TI_STATUS rateAdaptation_setCurrentRate(rateAdaptation_t* pRateAdaptation, rate_e rate);
140 TI_STATUS rateAdaptation_setMaxActivRate(rateAdaptation_t* pRateAdaptation, rate_e rate);
160 rate_e rate);
164 rate_e rate,
169 rate_e rate);
Ctrl.h 117 rate_e ctrlDataCurrentBasicRate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 174 rate_e networkToHostRate(UINT8 rate);
176 UINT8 hostToNetworkRate(rate_e rate);
181 rate_e getMaxRatefromBitmap(UINT32 ratesBitMap);
187 UINT8 hostToUtilityRate(rate_e rate);
189 rate_e utilityToHostRate(UINT8 rate);
191 UINT8 hostRateToNumber(rate_e rate);
192 rate_e RateNumberToHost(UINT8 rateIn);
204 rate_e calculateMaxSupportedRate(UINT32 *pSuppRateMask);
205 rate_e findMaxActiveRate(UINT32 ratesBitMap);
224 int ConvertHwBitRateToAppRate(UINT32 HwRate,rate_e *AppRate)
    [all...]
utils.c 165 rate_e networkToHostRate(UINT8 rate)
239 UINT8 hostToNetworkRate(rate_e rate)
299 rate_e getMaxRatefromBitmap(UINT32 ratesBitMap)
301 rate_e rate = DRV_RATE_1M;
442 UINT8 hostToUtilityRate(rate_e rate)
506 rate_e utilityToHostRate(UINT8 rate)
844 rate_e maxSuppRate;
931 int ConvertHwBitRateToAppRate(UINT32 HwRate,rate_e *AppRate)
933 rate_e Rate = DRV_RATE_AUTO;
1040 rate_e ConvertHwRateToDrvRate(UINT8 HwRate, BOOL bOFDMMudulation
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
whalCommon.h 73 int whalUtils_ConvertHwRate (UINT8 HwRate, UINT8 HwModulation, rate_e *AppRate, modulationType_e *AppModulation);
80 int whalUtils_ConvertAppRate (rate_e AppRate, UINT8 *HwRate);
81 int whalUtils_FindHwModulationByDrvRate (rate_e AppRate, UINT8 *HwModu, UINT8 preamble);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 51 rate_e rate, UINT8* Index);
54 rate_e rate,
59 rate_e rate);
62 rate_e rate,UINT8* FB,UINT8* SU);
67 rate_e rate,
309 (hostRateToNumber((rate_e)pRateAdaptation->RatesMap[pRateAdaptation->currRateIndex].rateNumber) >= (pRateAdaptation->tspecsRateParameters[i].lowRateThreshold)) )
344 rate_e rateAdaptation_getCurrentRate(rateAdaptation_t* pRateAdaptation)
388 Note : allRates[] is changed due to the fact that rate_e was set in the
391 rate_e allRates[] = {DRV_RATE_1M,
469 rate_e rate
    [all...]
Ctrl.c 70 static rate_e ctrlData_getClosestTSRate(ctrlData_t *pCtrlData, UINT32 ac, rate_e givenRate);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 98 rate_e maxBasicRate;
99 rate_e maxActiveRate;
120 rate_e rxRate;
siteMgr.c 195 static rate_e translateRateMaskToValue(siteMgr_t *pSiteMgr, UINT32 rateMask);
201 static void validateDesiredTxRate(rate_e desiredTxRate,modulationType_e desiredModulation,UINT32 suppRates,UINT32 *bitMap,BOOL *txDesiredRateSupported);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
CORE_Adapt_Defs.h 67 rate_e txRequestRate;
69 rate_e txActualRate;
92 rate_e Rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h 122 rate_e maxBasic;
123 rate_e maxActive;
725 rate_e ctrlDataCurrentBasicRate;
727 rate_e ctrlDataCurrentActiveRate;
993 rate_e siteMgrRegstryDesiredTxRate;
994 rate_e siteMgrCurrentDesiredTxRate;
996 rate_e siteMgrRegstryDesiredMgmtCtrlTxRate;
    [all...]
ratesTypes.h 57 } rate_e; typedef in typeref:enum:__anon17743
whalDefaultParams.h 329 /* make it same as "rate_e" */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueueCalc.c 242 rate_e initialRate;
244 rate_e ctrlFrameRate = pTxHwQueue->pWhalParams->BssInfoParams.txCtrlFrmRateDriverFormat;
339 static rate_e ConvertRateTnetToDriver (UINT16 tnetRate)
txHwQueueCalc.h 120 static rate_e ConvertRateTnetToDriver (UINT16 tnetRate);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
apConn.h 65 rate_e rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
smeApi.h 87 rate_e rate,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_types.h 227 typedef uint8 Rate_e;
229 typedef Rate_enum Rate_e;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c 699 void whal_ParamsSetHwGenTxParams(WhalParams_T *pWhalParams, rate_e TxRate, BOOL bCtrlFrame)
    [all...]
whalParams.h 252 rate_e txCtrlFrmRateDriverFormat;
449 void whal_ParamsSetHwGenTxParams (WhalParams_T *pWhalParams, rate_e TxRate, BOOL bCtrlFrame);
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.h 240 * 2) rate_e rate modulation
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
whalBus_Defs.h 69 rate_e Rate;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrvSM.h 239 * 2) rate_e rate modulation
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
PowerSrvSM.h 240 * 2) rate_e rate modulation
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 185 rate_e hwGenCtrlTxRate;
186 rate_e hwGenMgmtTxRate; /* Beacon and Probe-Response Tx rate (in IBSS). */
725 int whalCtrl_SetFrameRate (TI_HANDLE hWhalCtrl, rate_e txFrmRate, BOOL bCtrlFrame);

Completed in 636 milliseconds

1 2