Searched refs:defaultAction (Results 1 - 7 of 7) sorted by relevance
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/ |
H A D | whalHwMboxConfig.h | 96 int whal_hwInfoElemSetRxDataFiltersParams (HwMboxConfig_T *pHwMboxConfig, BOOL enabled, filter_e defaultAction);
|
H A D | whalHwCtrl.h | 118 extern int whal_hwCtrl_setRxDataFiltersParams(HwCtrl_T * pHwCtrl, BOOL enabled, filter_e defaultAction);
|
H A D | whalHwMboxConfig.c | 479 * defaultAction - The default action to take on non-matching packets. 485 int whal_hwInfoElemSetRxDataFiltersParams(HwMboxConfig_T * pHwMboxConfig, BOOL enabled, filter_e defaultAction) argument 497 ("%s: enabled = %d, defaultAction = %d\n", __FUNCTION__, enabled, defaultAction)); 501 pCfg->action = defaultAction;
|
H A D | whalHwCtrl.c | 420 * defaultAction - The default action to take on non-matching packets. 426 int whal_hwCtrl_setRxDataFiltersParams(HwCtrl_T * pHwCtrl, BOOL enabled, filter_e defaultAction) argument 428 return whal_hwInfoElemSetRxDataFiltersParams(pHwCtrl->pHwMboxConfig, enabled, defaultAction);
|
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
H A D | CmdBldCfgIE.c | 187 * defaultAction - The default action to take on non-matching packets. 193 TI_STATUS cmdBld_CfgIeEnableRxDataFilter (TI_HANDLE hCmdBld, TI_BOOL enabled, filter_e defaultAction, void *fCb, TI_HANDLE hCb) argument 204 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": enabled = %d, defaultAction = %d\n", enabled, defaultAction); 208 pCfg->action = defaultAction;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/ |
H A D | whalCtrl_api.h | 716 int whalCtrl_setRxDataFiltersParams(TI_HANDLE hWhalCtrl, BOOL enabled, filter_e defaultAction);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
H A D | whalCtrl.c | 1304 * defaultAction - The default action to take on non-matching packets. 1310 int whalCtrl_setRxDataFiltersParams(TI_HANDLE hWhalCtrl, BOOL enabled, filter_e defaultAction) argument 1315 pWhalCtrl->pWhalParams->WlanParams.rxFilterDefaultAction = defaultAction; 1317 return whal_hwCtrl_setRxDataFiltersParams(pWhalCtrl->pHwCtrl, enabled, defaultAction);
|
Completed in 168 milliseconds