Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DBubbleFunScorer.java64 final int rssiEntryThreshold = mScoringParams.getEntryRssi(candidate.getFrequency()); in scoreCandidate() local
66 double score = shapeFunction(rssi) - shapeFunction(rssiEntryThreshold); in scoreCandidate()