Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java152 int centerFreqMhz = ScanResult.convertChannelToFrequencyMhzIfSupported(channel, band); in getChannelEdgeKhz()
556 ScanResult.convertChannelToFrequencyMhzIfSupported(channel, WIFI_BAND_24_GHZ); in getCoexUnsafeChannelsForGpsL1()
567 ScanResult.convertChannelToFrequencyMhzIfSupported(channel, WIFI_BAND_5_GHZ); in getCoexUnsafeChannelsForGpsL1()
578 ScanResult.convertChannelToFrequencyMhzIfSupported(channel, WIFI_BAND_5_GHZ); in getCoexUnsafeChannelsForGpsL1()
589 ScanResult.convertChannelToFrequencyMhzIfSupported(channel, WIFI_BAND_5_GHZ); in getCoexUnsafeChannelsForGpsL1()
600 ScanResult.convertChannelToFrequencyMhzIfSupported(channel, WIFI_BAND_5_GHZ); in getCoexUnsafeChannelsForGpsL1()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java596 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqIndex1, in getCenterFreq0()
611 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqIndex2, in getCenterFreq1()
729 return ScanResult.convertChannelToFrequencyMhzIfSupported(mPrimaryChannel, in getPrimaryFreq()
742 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqSeg0, in getCenterFreq0()
759 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqSeg1, in getCenterFreq1()
924 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqSeg0, band); in getCenterFreq0()
943 return ScanResult.convertChannelToFrequencyMhzIfSupported(mCenterFreqSeg1, band); in getCenterFreq1()
DApConfigUtil.java194 return ScanResult.convertChannelToFrequencyMhzIfSupported(channel, in convertChannelToFrequency()
373 unsafeFreqs.add(ScanResult.convertChannelToFrequencyMhzIfSupported( in getUnsafeChannelFreqsFromCoex()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java917 ScanResult.convertChannelToFrequencyMhzIfSupported(link.getChannel(), band); in logLinkMetrics()
DClientModeImpl.java3197 int linkCurFreq = ScanResult.convertChannelToFrequencyMhzIfSupported( in updateAssociatedMloLinksFromLinksInfoWhenBssFreqChanged()
3201 && ScanResult.convertChannelToFrequencyMhzIfSupported(link.getChannel(), in updateAssociatedMloLinksFromLinksInfoWhenBssFreqChanged()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1028 public static int convertChannelToFrequencyMhzIfSupported(int channel, @WifiBand int band) { in convertChannelToFrequencyMhzIfSupported() method in ScanResult
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java1472 int centerFreq = ScanResult.convertChannelToFrequencyMhzIfSupported( in setOperatingChannel()
DSupplicantP2pIfaceHalHidlImpl.java1579 int centerFreq = ScanResult.convertChannelToFrequencyMhzIfSupported( in setOperatingChannel()
/packages/modules/Wifi/framework/api/
Dcurrent.txt45 method public static int convertChannelToFrequencyMhzIfSupported(int, int);