Home | History | Annotate | Download | only in Application

Lines Matching refs:candidateIndex

965                 TI_UINT32  candidateIndex;
968 candidateIndex = pRoamingMngr->listOfCandidateAps.neighborBSSList[index];
969 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
970 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI);
976 TI_UINT32 candidateIndex;
979 candidateIndex = pRoamingMngr->listOfCandidateAps.preAuthBSSList[index];
980 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
981 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI);
987 TI_UINT32 candidateIndex;
990 candidateIndex = pRoamingMngr->listOfCandidateAps.regularBSSList[index];
991 pBssEntry = &pRoamingMngr->pListOfAPs->BSSList[candidateIndex];
992 TRACE8( pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candiate %d, BSSID=%x-%x-%x-%x-%x-%x, RSSI =%d \n", candidateIndex, pBssEntry->BSSID[0], pBssEntry->BSSID[1], pBssEntry->BSSID[2], pBssEntry->BSSID[3], pBssEntry->BSSID[4], pBssEntry->BSSID[5], pBssEntry->RSSI);