Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DApConfigUtilTest.java295 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithNoAllowedChannel()
311 int freq = ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_2GHZ, mWifiNative, in chooseApChannel2GBandWithAllowedChannels()
326 int freq = ApConfigUtil.chooseApChannel( in chooseApChannel5GBandWithAllowedChannels()
341 int freq = ApConfigUtil.chooseApChannel( in chooseApChannel60GBandWithAllowedChannels()
354 assertEquals(-1, ApConfigUtil.chooseApChannel(SoftApConfiguration.BAND_5GHZ, mWifiNative, in chooseApChannel5GBandWithNoAllowedChannels()
372 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWillHighBandPrefer()
399 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithUnsafeChannelsPreferSafe()
408 freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithUnsafeChannelsPreferSafe()
438 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithAllSoftUnsafePreferHighBand()
468 int freq = ApConfigUtil.chooseApChannel( in chooseApChannelWithAllHardUnsafeSelectDefault()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java403 public static int chooseApChannel(int apBand, @NonNull WifiNative wifiNative, in chooseApChannel() method in ApConfigUtil
566 int freq = chooseApChannel(config.getBand(), wifiNative, coexManager, resources); in updateApChannelConfig()