Searched refs:apChannel (Results 1 – 9 of 9) sorted by relevance
158 final int apChannel = 6; in testAddAccessPointSuccess_Psk_Band2G() local165 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() local198 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() local232 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 …]
105 config.apChannel = channel; in setupApConfig()121 assertEquals(config1.apChannel, config2.apChannel); in verifyApConfig()
358 config.apChannel = 0; in startSoftApFailNoChannel()
122 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()
186 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()
156 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()
252 ifaceParams.channelParams.channel = config.apChannel; in addAccessPoint()
317 public int apChannel = 0; field in WifiConfiguration2029 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()
3700 Landroid/net/wifi/WifiConfiguration;->apChannel:I