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

  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr_autoSM.c 243 pRoamingMngr->pListOfAPs = scanMngr_getBSSList(pRoamingMngr->hScanMngr);
244 if ((pRoamingMngr->pListOfAPs != NULL) && (pRoamingMngr->pListOfAPs->numOfEntries > 0))
351 if ((pRoamingMngr->pListOfAPs == NULL) ||
352 (pRoamingMngr->pListOfAPs->numOfEntries == 0))
354 TRACE0(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smSelection pListOfAPs is empty \n");
360 for (index=0; index<pRoamingMngr->pListOfAPs->numOfEntries; index++ )
363 (pRoamingMngr->pListOfAPs->BSSList[index].RSSI < pRoamingMngr->roamingMngrConfig.apQualityThreshold))
366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOf (…)
    [all...]
scanMngrApi.h 122 bssList_t *pListOfAPs;
roamingMngr.c 727 pRoamingMngr->pListOfAPs = NULL;
    [all...]
roamingMngrApi.h 118 bssList_t *pListOfAPs; /* list of BSS received from Scan Manager */
120 listOfCandidateAps_t listOfCandidateAps; /* a list of the candiadte APs indexes in pListOfAPs according to
scanMngr.c 117 BssListEx.pListOfAPs = scanMngr_getBSSList(hScanMngr);
    [all...]

Completed in 54 milliseconds