Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3432 int maxRxLinkSpeedMbps = mThroughputPredictor.predictMaxRxThroughput( in updateWifiInfoLinkParamsAfterAssociation() local
3436 mWifiInfo.setMaxSupportedRxLinkSpeedMbps(maxRxLinkSpeedMbps); in updateWifiInfoLinkParamsAfterAssociation()
3440 maxTxLinkSpeedMbps, maxRxLinkSpeedMbps); in updateWifiInfoLinkParamsAfterAssociation()
3455 .append(" maxRxSpeed: ").append(maxRxLinkSpeedMbps) in updateWifiInfoLinkParamsAfterAssociation()
5352 int maxRxLinkSpeedMbps = mWifiInfo.getMaxSupportedRxLinkSpeedMbps(); in updateLinkBandwidth() local
5354 rxTputKbps = maxRxLinkSpeedMbps * 1000; in updateLinkBandwidth()