Home
last modified time | relevance | path

Searched refs:BSSList (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Application/
DscanMngr.c145 if (pScanMngr->BSSList.BSSList[i].pBuffer) in scanMngrFreeMem()
147 … os_memoryFree (pScanMngr->hOS, pScanMngr->BSSList.BSSList[i].pBuffer, MAX_BEACON_BODY_LENGTH); in scanMngrFreeMem()
366 … (pScanMngr->BSSList.numOfEntries > 0)) /* in case no AP was found for specified iterations number, in scanMngr_contScanCB()
371 … roamingMngr_updateNewBssList( pScanMngr->hRoamingMngr, (bssList_t*)&(pScanMngr->BSSList)); in scanMngr_contScanCB()
441 … (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery)) in scanMngr_contScanCB()
830 (pScanMngr->BSSList.numOfEntries <= pScanMngr->scanPolicy.BSSNumberToStartDiscovery)) in scanMngrPerformContinuousScan()
889 if (pScanMngr->BSSList.numOfEntries > MAX_SIZE_OF_BSS_TRACK_LIST) in scanMngrPerformAging()
893 pScanMngr->BSSList.numOfEntries, MAX_SIZE_OF_BSS_TRACK_LIST); in scanMngrPerformAging()
898 for ( BSSEntryIndex = 0; BSSEntryIndex < pScanMngr->BSSList.numOfEntries; ) in scanMngrPerformAging()
901 if ( pScanMngr->BSSList.scanBSSList[ BSSEntryIndex ].trackFailCount > in scanMngrPerformAging()
[all …]
DroamingMngr_autoSM.c363 …(pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshol… in roamingMngr_smSelection()
366BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfA… in roamingMngr_smSelection()
371 …if (apConn_isSiteBanned(pRoamingMngr->hAPConnection, &pRoamingMngr->pListOfAPs->BSSList[index].BSS… in roamingMngr_smSelection()
373BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfA… in roamingMngr_smSelection()
377 if (pRoamingMngr->pListOfAPs->BSSList[index].bNeighborAP) in roamingMngr_smSelection()
383 &pRoamingMngr->pListOfAPs->BSSList[index].BSSID)) in roamingMngr_smSelection()
509 pApToConnect = &pRoamingMngr->pListOfAPs->BSSList[pRoamingMngr->candidateApIndex]; in roamingMngr_smHandover()
605 pNewConnectedAp = &pRoamingMngr->pListOfAPs->BSSList[pRoamingMngr->candidateApIndex]; in roamingMngr_smSuccHandover()
DscanMngr.h193 …bssEntry_t BSSList[ MAX_SIZE_OF_BSS_TRACK_LIST ]; /**< BSS public in… member
382 …scan_BSSList_t BSSList; /**< BSS list (als… member
628 TI_UINT64 scanMngrCalculateNextEventTSF( TI_HANDLE hScanMngr, scan_BSSList_t* BSSList, TI_UINT8 ent…
DroamingMngr.c969 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex]; in roamingMngr_getParam()
980 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex]; in roamingMngr_getParam()
991 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex]; in roamingMngr_getParam()
1274 if (MAC_EQUAL(bssList->BSSList[i].BSSID, pTargetAp->newAP.BSSID)) in roamingMngr_connect()
1276 pTargetAp->newAP.pBuffer = bssList->BSSList[i].pBuffer; in roamingMngr_connect()
1277 pTargetAp->newAP.bufferLength = bssList->BSSList[i].bufferLength; in roamingMngr_connect()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DbssTypes.h127 …bssEntry_t BSSList[ MAX_SIZE_OF_BSS_TRACK_LIST ]; /**< Pointer to the first entry… member
/hardware/ti/wlan/wl1271/Test/
DroamingMgrDebug.c186 …yCopy(((roamingMngr_t*)hRoamingMngr)->hOs, &(targetAP.newAP), &(bssList->BSSList[0]), sizeof(bssEn… in roamingMgrDebugFunction()
348 pBssEntry = &(bssList->BSSList[i]); in PrintBssListGotAfterImemediateScan()
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConn.c991 listAPs->BSSList[listIndex].BSSID); in apConn_preAuthenticate()
995 …eParser_ParseIeBuffer (pAPConnection->hMlme, listAPs->BSSList[listIndex].pBuffer, listAPs->BSSList in apConn_preAuthenticate()
998 …TRACE_INFO_HEX(pAPConnection->hReport, listAPs->BSSList[listIndex].pBuffer, listAPs->BSSList[listI… in apConn_preAuthenticate()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c2838 …list.BSSList[i].BSSID[0], list.BSSList[i].BSSID[1], list.BSSList[i].BSSID[2], list.BSSList[i].BSSI… in CuCmd_GetScanBssList()
2839 band2Str[ list.BSSList[ i ].band ].name, in CuCmd_GetScanBssList()
2840 list.BSSList[ i ].channel, list.BSSList[ i ].RSSI, in CuCmd_GetScanBssList()
2841 (TRUE == list.BSSList[ i ].bNeighborAP ? (PS8)"Yes" : (PS8)"No") ); in CuCmd_GetScanBssList()