Home
last modified time | relevance | path

Searched defs:channelWidthFactor (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java268 int channelWidthFactor; in predictThroughputInternal() local
420 private int calculateAirTimeFraction(int channelUtilization, int channelWidthFactor) { in calculateAirTimeFraction()