Home | History | Annotate | Download | only in Test

Lines Matching refs:bssList

165             /* upon this call the scanMngr_reportImmediateScanResults() should be invoked and the BssList should be printed */
173 bssList_t *bssList;
176 bssList = scanMngr_getBSSList(((roamingMngr_t*)hRoamingMngr)->hScanMngr);
178 WLAN_OS_REPORT(("Roaming connect: BSS LIST num of entries=%d \n", bssList->numOfEntries));
186 os_memoryCopy(((roamingMngr_t*)hRoamingMngr)->hOs, &(targetAP.newAP), &(bssList->BSSList[0]), sizeof(bssEntry_t));
338 bssList_t *bssList;
344 bssList = scanMngr_getBSSList(hScanMgr);
346 for (i=0 ; i< bssList->numOfEntries ; i++)
348 pBssEntry = &(bssList->BSSList[i]);