Home | History | Annotate | Download | only in currBss

Lines Matching refs:SNR

119     UINT8       snr;                    /**< Value of SNR of last management packet received form the current AP */
120 UINT8 snrFilterWeight; /**< The weigh for average SNR value of management packets received form the current AP */
285 pCurrBSS->snr = 0;
306 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
389 /* Configure HAL with SNR parameters */
691 currBSS_updateRxSignal(hCurrBSS, pRxAttr->SNR, pRxAttr->Rssi, FALSE);
1187 updates SNR and RSSI in siteMgr and calls apConn in case
1193 bAveragedData - indicate whether the given SNR,RSSI are already averaged.
1209 /* Update SNR */
1210 pCurrBSS->snr = uSNR;