Searched refs:longRetryLimit (Results 1 - 16 of 16) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c260 pCtrlData->ctrlDataTxRatePolicy.rateClass[clientIDindex*MAX_NUM_OF_AC+ac].longRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy[clientIDindex].longRetryLimit;
472 pParamInfo->content.TxRatePolicy.rateClass[USER_RATE_CLASS].longRetryLimit = pCtrlData->ctrlDataTxRatePolicy.rateClass[USER_RATE_CLASS].longRetryLimit;
587 UINT8 shortRetryLimit, longRetryLimit; local
597 longRetryLimit = pCtrlData->ctrlDataTxRatePolicy.rateClass[fwPolicyID].longRetryLimit;
658 (shortRetryLimit > longRetryLimit) ? shortRetryLimit : longRetryLimit;
1000 pCtrlData->ctrlDataTxRatePolicy.rateClass[USER_RATE_CLASS].longRetryLimit
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.c176 pCtrlData->ctrlDataTxRatePolicy.rateClass[ac].longRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy.longRetryLimit;
1051 pCtrlData->ctrlDataTxRatePolicy.rateClass[i].longRetryLimit,
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_commands.h960 uint8 longRetryLimit; /* The dot11LongRetryLimit used */ member in struct:__anon1090
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h605 UINT8 longRetryLimit; member in struct:__anon220
H A DparamOut.h1124 UINT8 longRetryLimit; member in struct:__anon325
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h327 UINT8 longRetryLimit; member in struct:__anon719
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmdIE.c322 pCmd->templateTxAttribute.longRetryLimit = 10;
H A DCmdBldCfg.c860 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, "_2loop, Index = %d, Short R = 0x%x, Long R = 0x%x, Rates = 0x%x\n", index, pTxRateClass->shortRetryLimit, pTxRateClass->longRetryLimit, pTxRateClass->txEnabledRates);
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DparamOut.h955 TI_UINT8 longRetryLimit; member in struct:__anon1571
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c2215 pCfg->longRetryLimit = pTconfParams->longRetryLimit;
2226 WLAN_REPORT_INFORMATION(pHwMboxConfig->hReport, HAL_HW_CTRL_MODULE_LOG, ("pCfg->cfg.edcfCfg.longRetryLimit= %d\n",pCfg->longRetryLimit));
H A DwhalHwCtrl.c3116 pTxRateClass->shortRetryLimit, pTxRateClass->longRetryLimit, pTxRateClass->flags));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h1434 uint8 longRetryLimit; /* The dot11LongRetryLimit used */ member in struct:__anon844
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c1442 sizeof p->ctrlDataInitParams.ctrlDataTxRatePolicy[USER_RATE_CLASS].longRetryLimit,
1443 (PUCHAR)&p->ctrlDataInitParams.ctrlDataTxRatePolicy[USER_RATE_CLASS].longRetryLimit);
1473 sizeof p->ctrlDataInitParams.ctrlDataTxRatePolicy[SG_RATE_CLASS].longRetryLimit,
1474 (PUCHAR)&p->ctrlDataInitParams.ctrlDataTxRatePolicy[SG_RATE_CLASS].longRetryLimit);
H A DosUtil.c2335 *(PULONG)pData = TxRatePolicy.rateClass[0].longRetryLimit;
2362 TxRatePolicy.rateClass[0].longRetryLimit = (UINT8) *(PULONG)pData;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2271 TI_UINT8 longRetryLimit; /**< */ member in struct:__anon1385
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1270 sizeof p->ctrlDataInitParams.ctrlDataTxRatePolicy.longRetryLimit,
1271 (TI_UINT8*)&p->ctrlDataInitParams.ctrlDataTxRatePolicy.longRetryLimit);

Completed in 206 milliseconds