Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java357 int cellFreqKhz, int cellBandwidthKhz, int thresholdKhz, int powerCapDbm) { in getNeighboringCoexUnsafeChannels() argument
359 final int unsafeLowerKhz = cellFreqKhz - (cellBandwidthKhz / 2) - thresholdKhz; in getNeighboringCoexUnsafeChannels()
360 final int unsafeUpperKhz = cellFreqKhz + (cellBandwidthKhz / 2) + thresholdKhz; in getNeighboringCoexUnsafeChannels()