Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java190 int channelUtilizationBssLoad, int channelUtilizationLinkLayerStats, in predictThroughput() argument
280 channelUtilizationBssLoad, in predictThroughput()
461 private int getValidChannelUtilization(int frequency, int channelUtilizationBssLoad, in getValidChannelUtilization() argument
465 if (isValidUtilizationRatio(channelUtilizationBssLoad)) { in getValidChannelUtilization()
466 channelUtilization = channelUtilizationBssLoad; in getValidChannelUtilization()
480 Log.d(TAG, sb.append(" utilization (BssLoad) ").append(channelUtilizationBssLoad) in getValidChannelUtilization()