Searched refs:IETableSize (Results 1 - 16 of 16) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
H A DwhalCtrl_api.h259 UINT8 IETableSize; member in struct:__anon716
729 int whalCtrl_SetBeaconFilterIETable(TI_HANDLE hWhalCtrl, UINT8* numberOfIEs, UINT8 * IETable, UINT8* IETableSize);
730 int whalCtrl_GetBeaconFilterIETable(TI_HANDLE hWhalCtrl, UINT8* numberOfIEs, UINT8 * IETable, UINT8* IETableSize);
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBld.c153 pWlanParams->beaconFilterIETable.IETableSize = BEACON_FILTER_IE_TABLE_DEF_SIZE;
864 DB_WLAN(hCmdBld).beaconFilterIETable.IETableSize,
2087 TI_UINT8 IETableSize = 0; local
2091 IETableSize = DB_WLAN(hCmdBld).beaconFilterIETable.IETableSize;
2100 IETableSize);
2102 pMib->Length = IETableSize + 1;
H A DCmdBldCfgIE.h57 TI_STATUS cmdBld_CfgIeBeaconFilterTable (TI_HANDLE hCmdBld, TI_UINT8 numberOfIEs, TI_UINT8* pIETable, TI_UINT8 IETableSize, void *fCb, TI_HANDLE hCb);
H A DCmdBldCfg.c644 DB_WLAN(hCmdBld).beaconFilterIETable.IETableSize = uIETableSize;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c139 pWlanParams->beaconFilterIETable.IETableSize = BEACON_FILTER_IE_TABLE_DEF_SIZE;
2807 int whalCtrl_SetBeaconFilterIETable(TI_HANDLE hWhalCtrl, UINT8 *numberOfIEs, UINT8 * IETable, UINT8 *IETableSize) argument
2812 if (*IETableSize > BEACON_FILTER_TABLE_MAX_SIZE)
2817 *IETableSize, BEACON_FILTER_TABLE_MAX_SIZE));
2822 os_memoryCopy(pWhalCtrl->hOs, (void *)pWhalCtrl->pWhalParams->WlanParams.beaconFilterIETable.IETable, (void *)IETable, *IETableSize);
2824 pWhalCtrl->pWhalParams->WlanParams.beaconFilterIETable.IETableSize = *IETableSize;
2832 IETableSize = %d\n",
2833 *numberOfIEs, IETable, *IETableSize));
2835 return whal_hwCtrl_SetBeaconFilterIETable(pWhalCtrl->pHwCtrl, numberOfIEs, IETable, IETableSize ) ;
4329 UINT8 IETableSize = 0; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.h112 int whal_hwInfoElemAcxBeaconFilterIETableSet(HwMboxConfig_T *pHwMboxConfig, UINT8* numberOfIEs, UINT8* IETable, UINT8* IETableSize);
H A DwhalHwCtrl.c953 &pWlanParams->beaconFilterIETable.IETableSize);
2647 int whal_hwCtrl_SetBeaconFilterIETable(HwCtrl_T *pHwCtrl, UINT8* numberOfIEs, UINT8 * IETable, UINT8* IETableSize) argument
2658 for ( counter = 0 ; counter < * IETableSize ; counter++)
2671 IETableSize);
H A DwhalHwCtrl.h147 extern int whal_hwCtrl_SetBeaconFilterIETable(HwCtrl_T *pHwCtrl, UINT8* numberOfIEs, UINT8 * IETable, UINT8* IETableSize);
H A DwhalHwMboxConfig.c2575 UINT8* IETableSize)
2587 pCfg->EleHdr.len = *IETableSize + 1;
2591 os_memoryCopy (pHwMboxConfig->hOs, (void *)pCfg->IETable, (void *)IETable, *IETableSize);
2572 whal_hwInfoElemAcxBeaconFilterIETableSet(HwMboxConfig_T* pHwMboxConfig, UINT8* numberOfIEs, UINT8* IETable, UINT8* IETableSize) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/RecoverCtrl/
H A DrecoveryCtrl.c412 &pWhalCtrl->pWhalParams->WlanParams.beaconFilterIETable.IETableSize );
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h932 UINT8 IETableSize;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1794 TI_UINT8 IETableSize; /**< number of elements in IE table */ member in struct:__anon1364
1811 TI_UINT8 IETableSize; /**< The IE Table size */ member in struct:__anon1365
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c1109 sizeof p->siteMgrInitParams.beaconFilterParams.IETableSize,
1110 (PUCHAR)(&p->siteMgrInitParams.beaconFilterParams.IETableSize) );
1112 tmpIeTableSize = p->siteMgrInitParams.beaconFilterParams.IETableSize;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DsiteMgr.c498 TRACE2(pSiteMgr->hReport, REPORT_SEVERITY_INIT, " SiteMgr - numOfElements = %d IETableSize = %d\n" , pSiteMgrInitParams->beaconFilterParams.numOfElements, pSiteMgrInitParams->beaconFilterParams.IETableSize);
503 pSiteMgrInitParams->beaconFilterParams.IETableSize);
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c1076 sizeof p->siteMgrInitParams.beaconFilterParams.IETableSize,
1077 (TI_UINT8*)(&p->siteMgrInitParams.beaconFilterParams.IETableSize) );
1079 tmpIeTableSize = p->siteMgrInitParams.beaconFilterParams.IETableSize;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteMgr.c597 (" SiteMgr - numOfElements = %d IETableSize = %d\n" , pSiteMgrInitParams->beaconFilterParams.numOfElements, pSiteMgrInitParams->beaconFilterParams.IETableSize)) ;
599 whalCtrl_SetBeaconFilterIETable(pSiteMgr->hHalCtrl ,(UINT8 *)&(pSiteMgrInitParams->beaconFilterParams.numOfElements), (UINT8 *)&(pSiteMgrInitParams->beaconFilterParams.IETable[0]) , (UINT8 *)&(pSiteMgrInitParams->beaconFilterParams.IETableSize)) ;

Completed in 207 milliseconds