Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java331 int noiseFloorDbBoost = TWO_IN_DB * channelWidthFactor; in predictThroughputInternal() local
332 int noiseFloorDbm = NOISE_FLOOR_20MHZ_DBM + noiseFloorDbBoost + SNR_MARGIN_DB; in predictThroughputInternal()