Home | History | Annotate | Download | only in Application

Lines Matching refs:RSSI

958     /* first check if the frame pass RSSI threshold. If not discard it and continue */
969 if ( frameInfo->rssi < pBandPolicy->rxRSSIThreshold )
971 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "Discarding frame beacuse RSSI %d is lower than threshold %d\n", frameInfo->rssi, pBandPolicy->rxRSSIThreshold);
1068 /* initialize average RSSI value */
1069 pScanMngr->BSSList.BSSList[ pScanMngr->BSSList.numOfEntries ].RSSI = frameInfo->rssi;
1070 pScanMngr->BSSList.BSSList[ pScanMngr->BSSList.numOfEntries ].lastRSSI = frameInfo->rssi;
1167 /* update RSSI value */
1169 TI_INT8 rssiPrevVal = pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI;
1171 ((10-RSSI_PREVIOUS_COEFFICIENT) * frameInfo->rssi)) / 10;
1173 pScanMngr->BSSList.BSSList[ BSSListIndex ].lastRSSI = frameInfo->rssi;
1177 /* for faster convergence on RSSI changes use rounding error calculation with latest sample and not
1179 if (frameInfo->rssi > tmpRssiAvg)
1182 if (frameInfo->rssi < tmpRssiAvg)
1185 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = tmpRssiAvg;
1189 pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI = frameInfo->rssi;
1191 TRACE2( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "given RSSI=%d, AVRG RSSI=%d\n", frameInfo->rssi, pScanMngr->BSSList.BSSList[ BSSListIndex ].RSSI);
3022 WLAN_OS_REPORT(("RSSI Threshold: %d\n", bandPolicy->rxRSSIThreshold));
3156 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_INFORMATION, "RSSI: %d\n", frameInfo->rssi);
3220 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n",
3221 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
4360 WLAN_OS_REPORT(("Frames received:%d, frames discarded low RSSI:%d, frames discarded other:%d\n",