Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java384 int txLinkSpeedMbps = wifiInfo.getLinkSpeed(); in checkDataStallAndThroughputSufficiency() local
404 if (txLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()
407 || txLinkSpeedMbps > mDeviceConfigFacade.getTxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()
408 mTxTputKbps = (int) ((long) txLinkSpeedMbps * 1000 * (100 - txPer) / 100 in checkDataStallAndThroughputSufficiency()
DWifiScoreCard.java1343 int txLinkSpeedMbps = wifiInfo.getTxLinkSpeedMbps(); in updateLinkBandwidthTxRxSample() local
1344 int txBandwidthCapMbps = (txLinkSpeedMbps == LINK_SPEED_UNKNOWN) in updateLinkBandwidthTxRxSample()
1345 ? wifiInfo.getMaxSupportedTxLinkSpeedMbps() : txLinkSpeedMbps; in updateLinkBandwidthTxRxSample()