Searched refs:halCtrlRtsThreshold (Results 1 - 12 of 12) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c67 if (pParamInfo->content.halCtrlRtsThreshold > TWD_RTS_THRESHOLD_MAX)
69 TRACE1(pTWD->hReport, REPORT_SEVERITY_ERROR, "TWD########TWD_RTS_THRESHOLD_PARAM: Value out of permitted range 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
73 if (cmdBld_CfgRtsThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlRtsThreshold, NULL, NULL) == TI_OK)
75 TRACE1(pTWD->hReport, REPORT_SEVERITY_INFORMATION, "TWD########TWD_RTS_THRESHOLD_PARAM 0x%x\n", pParamInfo->content.halCtrlRtsThreshold);
76 pWlanParams->RtsThreshold = pParamInfo->content.halCtrlRtsThreshold;
H A DTWDriver.h2379 TI_UINT16 halCtrlRtsThreshold; /**< */ member in union:__anon1391
2509 TI_UINT16 halCtrlRtsThreshold; /**< */ member in struct:__anon1395
H A DTWDriver.c643 pWlanParams->RtsThreshold = pInitParams->tGeneral.halCtrlRtsThreshold;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
H A DfourXManager.c110 param.content.halCtrlRtsThreshold = HAL_CTRL_RTS_THRESHOLD_MAX;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c381 pWlanParams->RtsThreshold = pInitParams->halCtrlConfigParams.halCtrlRtsThreshold;
696 if (pParamInfo->content.halCtrlRtsThreshold > HAL_CTRL_RTS_THRESHOLD_MAX)
699 pParamInfo->content.halCtrlRtsThreshold));
703 if (whal_hwInfoElemRtsThresholdSet (pInfoElemConfig,pParamInfo->content.halCtrlRtsThreshold) == OK)
706 pParamInfo->content.halCtrlRtsThreshold));
707 pWlanParams->RtsThreshold = pParamInfo->content.halCtrlRtsThreshold;
1035 pParamInfo->content.halCtrlRtsThreshold = pWlanParams->RtsThreshold;
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c863 pParam->content.halCtrlRtsThreshold = TWD_RTS_THRESHOLD_DEF;
865 pParam->content.halCtrlRtsThreshold = wrqu->rts.value;
880 wrqu->rts.value = pParam->content.halCtrlRtsThreshold;
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h873 UINT16 halCtrlRtsThreshold;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h531 UINT16 halCtrlRtsThreshold; member in union:__anon738
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DparamOut.h526 TI_UINT16 halCtrlRtsThreshold; member in union:__anon1555::__anon1556
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c1686 sizeof p->TnetwDrv_InitParams.halCtrlConfigParams.halCtrlRtsThreshold,
1687 (PUCHAR)&p->TnetwDrv_InitParams.halCtrlConfigParams.halCtrlRtsThreshold);
3815 p->TnetwDrv_InitParams.halCtrlConfigParams.halCtrlRtsThreshold = HAL_CTRL_RTS_THRESHOLD_MAX;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c1963 pParamInfo->content.halCtrlRtsThreshold = pWlanParams->RtsThreshold;
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1464 sizeof p->twdInitParams.tGeneral.halCtrlRtsThreshold,
1465 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlRtsThreshold);

Completed in 83 milliseconds