Searched refs:maxRxLinkSpeedMbps (Results 1 – 1 of 1) sorted by relevance
3432 int maxRxLinkSpeedMbps = mThroughputPredictor.predictMaxRxThroughput( in updateWifiInfoLinkParamsAfterAssociation() local3436 mWifiInfo.setMaxSupportedRxLinkSpeedMbps(maxRxLinkSpeedMbps); in updateWifiInfoLinkParamsAfterAssociation()3440 maxTxLinkSpeedMbps, maxRxLinkSpeedMbps); in updateWifiInfoLinkParamsAfterAssociation()3455 .append(" maxRxSpeed: ").append(maxRxLinkSpeedMbps) in updateWifiInfoLinkParamsAfterAssociation()5352 int maxRxLinkSpeedMbps = mWifiInfo.getMaxSupportedRxLinkSpeedMbps(); in updateLinkBandwidth() local5354 rxTputKbps = maxRxLinkSpeedMbps * 1000; in updateLinkBandwidth()