Home | History | Annotate | Download | only in Application

Lines Matching refs:bssList

969                 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
980 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
991 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
1094 TI_STATUS roamingMngr_updateNewBssList(TI_HANDLE hRoamingMngr, bssList_t *bssList)
1100 if ((pRoamingMngr == NULL) || (bssList == NULL))
1105 TRACE1(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_updateNewBssList, number of APs = %d\n", bssList->numOfEntries);
1119 apConn_preAuthenticate(pRoamingMngr->hAPConnection, bssList);
1255 bssList_t *bssList;
1271 bssList = scanMngr_getBSSList(((roamingMngr_t*)hRoamingMngr)->hScanMngr);
1272 for (i=0; i< bssList->numOfEntries ; i++)
1274 if (MAC_EQUAL(bssList->BSSList
1276 pTargetAp->newAP.pBuffer = bssList->BSSList[i].pBuffer;
1277 pTargetAp->newAP.bufferLength = bssList->BSSList[i].bufferLength;