Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java35 public static final int DEFAULT_AP_CHANNEL = 6; field in ApConfigUtil
87 return DEFAULT_AP_CHANNEL; in chooseApChannel()
122 config.apChannel = DEFAULT_AP_CHANNEL; in updateApChannelConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java146 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, ApConfigUtil.chooseApChannel( in chooseApChannel2GBandWithNoAllowedChannel()
195 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, config.apChannel); in updateApChannelConfigWithoutHal()