HomeSort by relevance Sort by last modified time
    Searched refs:bssList (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/Test/
roamingMgrDebug.c 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])
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c     [all...]

Completed in 544 milliseconds