Searched refs:halCtrlCtsToSelf (Results 1 - 8 of 8) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DCtrl.c535 param.content.halCtrlCtsToSelf = CTS_TO_SELF_ENABLE;
537 param.content.halCtrlCtsToSelf = CTS_TO_SELF_DISABLE;
573 param.content.halCtrlCtsToSelf = CTS_TO_SELF_ENABLE;
575 param.content.halCtrlCtsToSelf = CTS_TO_SELF_DISABLE;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
H A DCtrl.c932 param.content.halCtrlCtsToSelf = CTS_TO_SELF_ENABLE;
934 param.content.halCtrlCtsToSelf = CTS_TO_SELF_DISABLE;
963 param.content.halCtrlCtsToSelf = CTS_TO_SELF_ENABLE;
965 param.content.halCtrlCtsToSelf = CTS_TO_SELF_DISABLE;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c715 if (whal_hwInfoElemCtsToSelfSet (pInfoElemConfig, pParamInfo->content.halCtrlCtsToSelf) == OK)
716 pWlanParams->CtsToSelf = pParamInfo->content.halCtrlCtsToSelf;
1184 pParamInfo->content.halCtrlCtsToSelf = pWlanParams->CtsToSelf;
3887 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlCtsToSelf);
3889 pMibBuf->aData.CTSToSelfEnable = ParamInfo.content.halCtrlCtsToSelf;
4034 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlCtsToSelf);
4035 ParamInfo.content.halCtrlCtsToSelf = pMib->aData.CTSToSelfEnable;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h532 UINT8 halCtrlCtsToSelf; member in union:__anon738
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c2181 ParamInfo.paramLength = sizeof(ParamInfo.content.halCtrlCtsToSelf);
2183 pMibBuf->aData.CTSToSelfEnable = ParamInfo.content.halCtrlCtsToSelf;
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DparamOut.h594 UINT8 halCtrlCtsToSelf; member in union:__anon305::__anon306
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c81 return cmdBld_CfgCtsProtection (pTWD->hCmdBld, pParamInfo->content.halCtrlCtsToSelf, NULL, NULL);
H A DTWDriver.h2380 TI_UINT8 halCtrlCtsToSelf; /**< */ member in union:__anon1391

Completed in 126 milliseconds