Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputScorer.java88 int rssiBaseScore = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate() local
92 int rssiAndThroughputScore = rssiBaseScore + throughputBonusScore; in scoreCandidate()
143 int score = rssiBaseScore + throughputBonusScore in scoreCandidate()
155 score = TOP_TIER_BASE_SCORE + rssiBaseScore + throughputBonusScore; in scoreCandidate()
159 Log.d(TAG, " rssiScore: " + rssiBaseScore in scoreCandidate()