Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:RSSI

62  *   'Low RSSI' from FW. Third type of roaming event reported by FW is
282 pCurrBSS->currAPInfo.RSSI = 0;
299 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
613 * Called when switch channel process is complete in order to reset RSSI calculations
629 pCurrBSS->currAPInfo.RSSI = 0;
1160 TRACE1(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, "BackgroundScanQuality Event: RSSI = %d\n", averageRssi );
1162 /* Report to AP Connection about reaching RSSI low or normal (high) threshold */
1172 /* Update RSSI: */
1173 pCurrBSS->currAPInfo.RSSI = averageRssi;
1175 /* Update Site Table in order to represent the RSSI of current AP correctly in the utility */
1182 pParam->content.siteMgrCurrentSignal.rssi = averageRssi;
1231 * \param triggerID - The RSSI/SNR trigger ID as defined in the TWD. this arg is the table index.
1487 TRACE0(pCurrBSS->hReport, REPORT_SEVERITY_ERROR , "currBSS_setParam: RSSI/SNR user trigger registration FAILED!! \n");