Searched refs:RxPower (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/rt2860/sta/ |
D | aironet.c | 1076 pBeaconReport->RxPower += pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1078 pBeaconReport->RxPower = (pBeaconReport->RxPower + pBss->Rssi) / 2; in AironetAddBeaconReport() 1080 pBeaconReport->RxPower -= pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1085 …i %d, Avg Rssi %d\n", Index, (pBss->Rssi - pAd->BbpRssiToDbmDelta), pBeaconReport->RxPower - 256)); in AironetAddBeaconReport() 1125 pBeaconReport->RxPower = pBss->Rssi - pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1130 DBGPRINT(RT_DEBUG_TRACE, ("RxPower[%ld], Rssi %d\n", Index, pBeaconReport->RxPower - 256)); in AironetAddBeaconReport() 1269 pBeaconReport->RxPower = pBss->Rssi - pAd->BbpRssiToDbmDelta; in AironetCreateBeaconReportFromBssTable()
|
/drivers/staging/rt2870/sta/ |
D | aironet.c | 1076 pBeaconReport->RxPower += pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1078 pBeaconReport->RxPower = (pBeaconReport->RxPower + pBss->Rssi) / 2; in AironetAddBeaconReport() 1080 pBeaconReport->RxPower -= pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1085 …i %d, Avg Rssi %d\n", Index, (pBss->Rssi - pAd->BbpRssiToDbmDelta), pBeaconReport->RxPower - 256)); in AironetAddBeaconReport() 1125 pBeaconReport->RxPower = pBss->Rssi - pAd->BbpRssiToDbmDelta; in AironetAddBeaconReport() 1130 DBGPRINT(RT_DEBUG_TRACE, ("RxPower[%ld], Rssi %d\n", Index, pBeaconReport->RxPower - 256)); in AironetAddBeaconReport() 1269 pBeaconReport->RxPower = pBss->Rssi - pAd->BbpRssiToDbmDelta; in AironetCreateBeaconReportFromBssTable()
|
/drivers/staging/rt2870/ |
D | aironet.h | 92 UCHAR RxPower; member
|
/drivers/staging/rt2860/ |
D | aironet.h | 92 UCHAR RxPower; member
|
/drivers/staging/rtl8187se/ |
D | r8180.h | 616 char RxPower; member
|
D | r8180_core.c | 2329 …priv->UndercorateSmoothedRxPower = ( (priv->UndercorateSmoothedRxPower * 50) + (priv->RxPower* 11)… in PerformUndecoratedSignalSmoothing8185() 2638 priv->RxPower = rxpower; in rtl8180_rx() 4288 priv->RxPower = 0;
|