Searched defs:unsafeUpperKhz (Results 1 – 2 of 2) sorted by relevance
54 private int getHarmonicUlFreqKhz(int unsafeLowerKhz, int unsafeUpperKhz, int harmonicDeg) { in getHarmonicUlFreqKhz()58 private int getHarmonicUlBandwidthKhz(int unsafeLowerKhz, int unsafeUpperKhz, int harmonicDeg) { in getHarmonicUlBandwidthKhz()213 int unsafeUpperKhz = getLowerFreqKhz(7, WIFI_BAND_24_GHZ) + 5_000; in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local253 int unsafeUpperKhz = getUpperFreqKhz(14, WIFI_BAND_24_GHZ); in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local273 int unsafeUpperKhz = getUpperFreqKhz(44, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local335 final int unsafeUpperKhz = getLowerFreqKhz(96, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels() local
360 final int unsafeUpperKhz = cellFreqKhz + (cellBandwidthKhz / 2) + thresholdKhz; in getNeighboringCoexUnsafeChannels() local418 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels() local457 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels() local