Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHostapdHalTest.java158 final int apChannel = 6; in testAddAccessPointSuccess_Psk_Band2G() local
165 configuration.apChannel = apChannel; in testAddAccessPointSuccess_Psk_Band2G()
177 assertEquals(apChannel, mIfaceParamsCaptor.getValue().channelParams.channel); in testAddAccessPointSuccess_Psk_Band2G()
192 final int apChannel = 18; in testAddAccessPointSuccess_Open_Band5G() local
198 configuration.apChannel = apChannel; in testAddAccessPointSuccess_Open_Band5G()
210 assertEquals(apChannel, mIfaceParamsCaptor.getValue().channelParams.channel); in testAddAccessPointSuccess_Open_Band5G()
225 final int apChannel = 18; in testAddAccessPointSuccess_Psk_Band5G_Hidden() local
232 configuration.apChannel = apChannel; in testAddAccessPointSuccess_Psk_Band5G_Hidden()
244 assertEquals(apChannel, mIfaceParamsCaptor.getValue().channelParams.channel); in testAddAccessPointSuccess_Psk_Band5G_Hidden()
263 final int apChannel = 6; in testAddAccessPointSuccess_Psk_Band2G_WithACS() local
[all …]
DWifiApConfigStoreTest.java105 config.apChannel = channel; in setupApConfig()
121 assertEquals(config1.apChannel, config2.apChannel); in verifyApConfig()
DSoftApManagerTest.java358 config.apChannel = 0; in startSoftApFailNoChannel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java122 config.apChannel = DEFAULT_AP_CHANNEL; in updateApChannelConfig()
134 if (config.apChannel == 0) { in updateApChannelConfig()
135 config.apChannel = chooseApChannel( in updateApChannelConfig()
138 if (config.apChannel == -1) { in updateApChannelConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DApConfigUtilTest.java186 config.apChannel = 36; in updateApChannelConfigWithoutHal()
194 assertEquals(ApConfigUtil.DEFAULT_AP_CHANNEL, config.apChannel); in updateApChannelConfigWithoutHal()
218 config.apChannel = 36; in updateApChannelConfigWithChannelSpecified()
224 assertEquals(36, config.apChannel); in updateApChannelConfigWithChannelSpecified()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java156 convertedConfig.apChannel = AP_CHANNEL_DEFAULT; in apBandCheckConvert()
165 convertedConfig.apChannel = AP_CHANNEL_DEFAULT; in apBandCheckConvert()
198 config.apChannel = in.readInt(); in loadApConfiguration()
231 out.writeInt(config.apChannel); in writeApConfiguration()
DHostapdHal.java252 ifaceParams.channelParams.channel = config.apChannel; in addAccessPoint()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java317 public int apChannel = 0; field in WifiConfiguration
2029 apChannel = source.apChannel; in WifiConfiguration()
2097 dest.writeInt(apChannel); in writeToParcel()
2162 config.apChannel = in.readInt();
2233 out.writeInt(apChannel); in getBytesForBackup()
2255 config.apChannel = in.readInt(); in getWifiConfigFromBackup()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3700 Landroid/net/wifi/WifiConfiguration;->apChannel:I