Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java47 public static final int DEFAULT_AP_CHANNEL = 6; field in ApConfigUtil
333 return convertChannelToFrequency(DEFAULT_AP_CHANNEL, in chooseApChannel()
358 configBuilder.setChannel(DEFAULT_AP_CHANNEL, DEFAULT_AP_BAND); in updateApChannelConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java280 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, in chooseApChannel2GBandWithNoAllowedChannel()
362 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, configBuilder.build().getChannel()); in updateApChannelConfigWithoutHal()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java34 import static com.android.server.wifi.util.ApConfigUtil.DEFAULT_AP_CHANNEL;
1931 .setChannel(DEFAULT_AP_CHANNEL, SoftApConfiguration.BAND_2GHZ) in startSoftApAndVerifyEnabled()
1935 .setChannel(DEFAULT_AP_CHANNEL, SoftApConfiguration.BAND_2GHZ) in startSoftApAndVerifyEnabled()