Searched refs:txLinkSpeedMbps (Results 1 – 2 of 2) sorted by relevance
384 int txLinkSpeedMbps = wifiInfo.getLinkSpeed(); in checkDataStallAndThroughputSufficiency() local404 if (txLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()407 || txLinkSpeedMbps > mDeviceConfigFacade.getTxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()408 mTxTputKbps = (int) ((long) txLinkSpeedMbps * 1000 * (100 - txPer) / 100 in checkDataStallAndThroughputSufficiency()
1343 int txLinkSpeedMbps = wifiInfo.getTxLinkSpeedMbps(); in updateLinkBandwidthTxRxSample() local1344 int txBandwidthCapMbps = (txLinkSpeedMbps == LINK_SPEED_UNKNOWN) in updateLinkBandwidthTxRxSample()1345 ? wifiInfo.getMaxSupportedTxLinkSpeedMbps() : txLinkSpeedMbps; in updateLinkBandwidthTxRxSample()