Searched refs:maxRxLinkSpeedMbps (Results 1 – 1 of 1) sorted by relevance
2688 int maxRxLinkSpeedMbps = throughputPredictor.predictMaxRxThroughput(capabilities); in updateWifiInfoAfterAssociation() local2691 mWifiInfo.setMaxSupportedRxLinkSpeedMbps(maxRxLinkSpeedMbps); in updateWifiInfoAfterAssociation()2693 maxTxLinkSpeedMbps, maxRxLinkSpeedMbps); in updateWifiInfoAfterAssociation()2699 .append(" maxRxSpeed: ").append(maxRxLinkSpeedMbps) in updateWifiInfoAfterAssociation()4525 int maxRxLinkSpeedMbps = mWifiInfo.getMaxSupportedRxLinkSpeedMbps(); in updateLinkBandwidth() local4529 if (maxRxLinkSpeedMbps > 0) { in updateLinkBandwidth()4530 rxTputKbps = maxRxLinkSpeedMbps * 1000; in updateLinkBandwidth()