Searched refs:BSSList (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Application/ |
D | scanMngr.c | 145 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 …]
|
D | roamingMngr_autoSM.c | 363 …(pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshol… in roamingMngr_smSelection() 366 …BSSList[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() 373 …BSSList[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()
|
D | scanMngr.h | 193 …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…
|
D | roamingMngr.c | 969 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/ |
D | bssTypes.h | 127 …bssEntry_t BSSList[ MAX_SIZE_OF_BSS_TRACK_LIST ]; /**< Pointer to the first entry… member
|
/hardware/ti/wlan/wl1271/Test/ |
D | roamingMgrDebug.c | 186 …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/ |
D | apConn.c | 991 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/ |
D | cu_cmd.c | 2838 …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()
|