HomeSort by relevance Sort by last modified time
    Searched refs:halCtrlFragThreshold (Results 1 - 21 of 21) sorted by null

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 92 if (pParamInfo->content.halCtrlFragThreshold < TWD_FRAG_THRESHOLD_MIN ||
93 pParamInfo->content.halCtrlFragThreshold > TWD_FRAG_THRESHOLD_MAX)
96 cmdBld_CfgFragmentThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlFragThreshold, NULL, NULL);
    [all...]
TWDriver.h     [all...]
TWDriver.c 678 pWlanParams->FragmentThreshold = pInitParams->tGeneral.halCtrlFragThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 548 pCtrlData->lastFragmentThreshold = param.content.halCtrlFragThreshold;
550 param.content.halCtrlFragThreshold = TWD_FRAG_THRESHOLD_MAX;
553 param.content.halCtrlFragThreshold = pCtrlData->lastFragmentThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverCtrl.c 92 if (pParamInfo->content.halCtrlFragThreshold < TWD_FRAG_THRESHOLD_MIN ||
93 pParamInfo->content.halCtrlFragThreshold > TWD_FRAG_THRESHOLD_MAX)
96 cmdBld_CfgFragmentThreshold (pTWD->hCmdBld, pParamInfo->content.halCtrlFragThreshold, NULL, NULL);
    [all...]
TWDriver.h     [all...]
TWDriver.c 665 pWlanParams->FragmentThreshold = pInitParams->tGeneral.halCtrlFragThreshold;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
Ctrl.c 548 pCtrlData->lastFragmentThreshold = param.content.halCtrlFragThreshold;
550 param.content.halCtrlFragThreshold = TWD_FRAG_THRESHOLD_MAX;
553 param.content.halCtrlFragThreshold = pCtrlData->lastFragmentThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Ctrl.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 536 TI_UINT16 halCtrlFragThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 874 UINT16 halCtrlFragThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 534 UINT16 halCtrlFragThreshold;
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 527 TI_UINT16 halCtrlFragThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalCtrl.c 393 pWlanParams->FragmentThreshold = pInitParams->halCtrlConfigParams.halCtrlFragThreshold;
733 if ((pParamInfo->content.halCtrlFragThreshold < HAL_CTRL_FRAG_THRESHOLD_MIN) ||
734 (pParamInfo->content.halCtrlFragThreshold > HAL_CTRL_FRAG_THRESHOLD_MAX))
737 pWlanParams->FragmentThreshold = pParamInfo->content.halCtrlFragThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 1160 milliseconds