Home
last modified time | relevance | path

Searched refs:halCtrlRtsThreshold (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriverCtrl.c67 if (pParamInfo->content.halCtrlRtsThreshold > TWD_RTS_THRESHOLD_MAX) in TWD_SetParam()
69 …TS_THRESHOLD_PARAM: Value out of permitted range 0x%x\n", pParamInfo->content.halCtrlRtsThreshold); in TWD_SetParam()
73 …if (cmdBld_CfgRtsThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlRtsThreshold, NULL, NULL) ==… in TWD_SetParam()
75 …INFORMATION, "TWD########TWD_RTS_THRESHOLD_PARAM 0x%x\n", pParamInfo->content.halCtrlRtsThreshold); in TWD_SetParam()
76 pWlanParams->RtsThreshold = pParamInfo->content.halCtrlRtsThreshold; in TWD_SetParam()
DTWDriver.h2425 TI_UINT16 halCtrlRtsThreshold; /**< */ member
2559 TI_UINT16 halCtrlRtsThreshold; /**< */ member
DTWDriver.c656 pWlanParams->RtsThreshold = pInitParams->tGeneral.halCtrlRtsThreshold; in TWD_SetDefaults()
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c982 pParam->content.halCtrlRtsThreshold = TWD_RTS_THRESHOLD_DEF; in cmdInterpret_convertAndExecute()
984 pParam->content.halCtrlRtsThreshold = wrqu->rts.value; in cmdInterpret_convertAndExecute()
999 wrqu->rts.value = pParam->content.halCtrlRtsThreshold; in cmdInterpret_convertAndExecute()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h535 TI_UINT16 halCtrlRtsThreshold; member
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBld.c2000 pParamInfo->content.halCtrlRtsThreshold = pWlanParams->RtsThreshold; in cmdBld_GetParam()
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1410 sizeof p->twdInitParams.tGeneral.halCtrlRtsThreshold, in regFillInitTable()
1411 (TI_UINT8*)&p->twdInitParams.tGeneral.halCtrlRtsThreshold); in regFillInitTable()