Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java340 int phyRateMbps = (int) ((numBitPerSym * MICRO_TO_NANO_RATIO) in predictThroughputInternal() local
345 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in predictThroughputInternal()
356 .append(" rate: ").append(phyRateMbps) in predictThroughputInternal()