Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2688 int maxRxLinkSpeedMbps = throughputPredictor.predictMaxRxThroughput(capabilities); in updateWifiInfoAfterAssociation() local
2691 mWifiInfo.setMaxSupportedRxLinkSpeedMbps(maxRxLinkSpeedMbps); in updateWifiInfoAfterAssociation()
2693 maxTxLinkSpeedMbps, maxRxLinkSpeedMbps); in updateWifiInfoAfterAssociation()
2699 .append(" maxRxSpeed: ").append(maxRxLinkSpeedMbps) in updateWifiInfoAfterAssociation()
4525 int maxRxLinkSpeedMbps = mWifiInfo.getMaxSupportedRxLinkSpeedMbps(); in updateLinkBandwidth() local
4529 if (maxRxLinkSpeedMbps > 0) { in updateLinkBandwidth()
4530 rxTputKbps = maxRxLinkSpeedMbps * 1000; in updateLinkBandwidth()