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

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
DataCtrl_Api.h 91 TI_STATUS rxData_SetDefaults (TI_HANDLE hRxData, rxDataInitParams_t * rxDataInitParams);
rx.c 239 TI_STATUS rxData_SetDefaults (TI_HANDLE hRxData, rxDataInitParams_t * rxDataInitParams)
245 pRxData->filteringEnabled = rxDataInitParams->rxDataFiltersEnabled;
246 pRxData->filteringDefaultAction = rxDataInitParams->rxDataFiltersDefaultAction;
251 if (rxDataInitParams->rxDataFilterRequests[i].maskLength > 0)
253 if (rxData_addRxDataFilter(hRxData, &rxDataInitParams->rxDataFilterRequests[i]) != TI_OK)
267 pRxData->reAuthActiveTimeout = rxDataInitParams->reAuthActiveTimeout;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
DataCtrl_Api.h 91 TI_STATUS rxData_SetDefaults (TI_HANDLE hRxData, rxDataInitParams_t * rxDataInitParams);
rx.c 238 TI_STATUS rxData_SetDefaults (TI_HANDLE hRxData, rxDataInitParams_t * rxDataInitParams)
244 pRxData->filteringEnabled = rxDataInitParams->rxDataFiltersEnabled;
245 pRxData->filteringDefaultAction = rxDataInitParams->rxDataFiltersDefaultAction;
250 if (rxDataInitParams->rxDataFilterRequests[i].maskLength > 0)
252 if (rxData_addRxDataFilter(hRxData, &rxDataInitParams->rxDataFilterRequests[i]) != TI_OK)
266 pRxData->reAuthActiveTimeout = rxDataInitParams->reAuthActiveTimeout;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Rx/
rx.c 187 rxDataInitParams_t * rxDataInitParams)
255 pRxData->filteringEnabled = rxDataInitParams->rxDataFiltersEnabled;
256 pRxData->filteringDefaultAction = rxDataInitParams->rxDataFiltersDefaultAction;
262 if (rxDataInitParams->rxDataFilterRequests[i].maskLength > 0)
264 if (rxData_addRxDataFilter(hRxData, &rxDataInitParams->rxDataFilterRequests[i]) != OK)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 98 rxDataInitParams_t * rxDataInitParams);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h     [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osRgstry.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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
paramOut.h     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 893 rxData_SetDefaults (pDrvMain->tStadHandles.hRxData, &pInitTable->rxDataInitParams);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
DrvMain.c 901 rxData_SetDefaults (pDrvMain->tStadHandles.hRxData, &pInitTable->rxDataInitParams);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.c     [all...]

Completed in 34 milliseconds