Home
last modified time | relevance | path

Searched refs:RxPower (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rt2860/sta/
Daironet.c1076 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/
Daironet.c1076 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/
Daironet.h92 UCHAR RxPower; member
/drivers/staging/rt2860/
Daironet.h92 UCHAR RxPower; member
/drivers/staging/rtl8187se/
Dr8180.h616 char RxPower; member
Dr8180_core.c2329 …priv->UndercorateSmoothedRxPower = ( (priv->UndercorateSmoothedRxPower * 50) + (priv->RxPower* 11)… in PerformUndecoratedSignalSmoothing8185()
2638 priv->RxPower = rxpower; in rtl8180_rx()
4288 priv->RxPower = 0;