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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalParams.c     [all...]
whalParams.h 132 UINT32 RxConfigOption;
414 void whal_ParamsSetRxFilter (WhalParams_T *pWhalParams, UINT32 RxConfigOption, UINT32 RxFilterOption);
whalCtrl.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.c 500 DB_WLAN(hCmdBld).RxConfigOption,
    [all...]
CmdBldCfg.c 54 * INPUTS: RxConfigOption - The given Rx filters configuration
63 DB_WLAN(hCmdBld).RxConfigOption = uRxConfigOption;
65 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_ENABLE_PHY_HEADER_PLCP;
67 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_COPY_RX_STATUS;
72 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_DISABLE_BCAST;
76 DB_WLAN(hCmdBld).RxConfigOption,
    [all...]
CmdBldDb.h 73 TI_UINT32 RxConfigOption;
CmdBldCmdIE.c 150 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG (DB_WLAN(hCmdBld).RxConfigOption);
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c 514 DB_WLAN(hCmdBld).RxConfigOption,
    [all...]
CmdBldCfg.c 54 * INPUTS: RxConfigOption - The given Rx filters configuration
63 DB_WLAN(hCmdBld).RxConfigOption = uRxConfigOption;
65 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_ENABLE_PHY_HEADER_PLCP;
67 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_COPY_RX_STATUS;
72 DB_WLAN(hCmdBld).RxConfigOption |= RX_CFG_DISABLE_BCAST;
76 DB_WLAN(hCmdBld).RxConfigOption,
    [all...]
CmdBldDb.h 73 TI_UINT32 RxConfigOption;
CmdBldCmdIE.c 150 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG (DB_WLAN(hCmdBld).RxConfigOption);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
whalHwCtrl.c 377 * INPUTS: RxConfigOption - The given Rx filters configuration
384 int whal_hwCtrl_setRxFilters(HwCtrl_T *pHwCtrl, UINT32 RxConfigOption, UINT32 RxFilterOption)
386 whal_ParamsSetRxFilter(pHwCtrl->pWhalParams, RxConfigOption, RxFilterOption);
389 &pHwCtrl->pWhalParams->WlanParams.RxConfigOption,
399 * INPUTS: RxConfigOption - The given Rx filters configuration
    [all...]
whalHwCtrl.h 116 extern int whal_hwCtrl_setRxFilters (HwCtrl_T *pHwCtrl, UINT32 RxConfigOption, UINT32 RxFilterOption);
whalHwMboxCmd.c 145 pCmd->rxFilter.ConfigOptions = ENDIAN_HANDLE_LONG( pHwMboxCmd->pWhalParams->WlanParams.RxConfigOption );
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalCtrl_api.h 714 int whalCtrl_setRxFilters (TI_HANDLE hWhalCtrl, UINT32 RxConfigOption, UINT32 RxFilterOption);

Completed in 188 milliseconds