Home
last modified time | relevance | path

Searched defs:existingConfig (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java200 public static boolean hasIpChanged(WifiConfiguration existingConfig, in hasIpChanged()
221 public static boolean hasProxyChanged(WifiConfiguration existingConfig, in hasProxyChanged()
242 public static boolean hasRepeaterEnabledChanged(WifiConfiguration existingConfig, in hasRepeaterEnabledChanged()
258 public static boolean hasMacRandomizationSettingsChanged(WifiConfiguration existingConfig, in hasMacRandomizationSettingsChanged()
356 public static boolean hasCredentialChanged(WifiConfiguration existingConfig, in hasCredentialChanged()
DWifiKeyStore.java102 private boolean installKeys(WifiEnterpriseConfig existingConfig, WifiEnterpriseConfig config, in installKeys()
266 public boolean updateNetworkKeys(WifiConfiguration config, WifiConfiguration existingConfig) { in updateNetworkKeys()
DWifiConfigManager.java1615 WifiConfiguration existingConfig = getInternalConfiguredNetwork(config); in addOrUpdateNetwork() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java1167 WifiConfiguration existingConfig = new WifiConfiguration(); in testHasMacRandomizationSettingsChangedFieldsDifferent() local
1180 WifiConfiguration existingConfig = new WifiConfiguration(); in testHasMacRandomizationSettingsChangedFieldsSame() local
DWifiNetworkSelectorTest.java2350 WifiConfiguration existingConfig = WifiConfigurationTestUtil.createPasspointNetwork(); in testPasspointCandidateUpdateWithLatestScanDetail() local