Searched defs:BSSList (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DbssTypes.h127 bssEntry_t BSSList[ MAX_SIZE_OF_BSS_TRACK_LIST ]; /**< Pointer to the first entry in the BSS list */ member in struct:__anon2791
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.h193 bssEntry_t BSSList[ MAX_SIZE_OF_BSS_TRACK_LIST ]; /**< BSS public information */ member in struct:__anon2911
382 scan_BSSList_t BSSList; /**< BSS list (also used for tracking) */ member in struct:__anon2914
623 * \param BSSList - a pointer to the track list.\n
628 TI_UINT64 scanMngrCalculateNextEventTSF( TI_HANDLE hScanMngr, scan_BSSList_t* BSSList, TI_UINT8 entryIndex, TI_UINT64 initialTSFValue );
H A DscanMngr.c145 if (pScanMngr->BSSList.BSSList[i].pBuffer)
147 os_memoryFree (pScanMngr->hOS, pScanMngr->BSSList.BSSList[i].pBuffer, MAX_BEACON_BODY_LENGTH);
366 (pScanMngr->BSSList.numOfEntries > 0)) /* in case no AP was found for specified iterations number,
371 roamingMngr_updateNewBssList( pScanMngr->hRoamingMngr, (bssList_t*)&(pScanMngr->BSSList));
441 (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery))
830 (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery))
889 if (pScanMngr->BSSList.numOfEntries > MAX_SIZE_OF_BSS_TRACK_LIST)
892 "scanMngrPerformAging problem. BSSList
2334 scanMngrCalculateNextEventTSF( TI_HANDLE hScanMngr, scan_BSSList_t* BSSList, TI_UINT8 entryIndex, TI_UINT64 initialTSFValue ) argument
[all...]

Completed in 115 milliseconds