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

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverCtrl.c 67 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;
    [all...]
TWDriver.h     [all...]
TWDriver.c 656 pWlanParams->RtsThreshold = pInitParams->tGeneral.halCtrlRtsThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 535 TI_UINT16 halCtrlRtsThreshold;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 215 milliseconds