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.java187 public static boolean hasIpChanged(WifiConfiguration existingConfig, in hasIpChanged()
208 public static boolean hasProxyChanged(WifiConfiguration existingConfig, in hasProxyChanged()
229 public static boolean hasRepeaterEnabledChanged(WifiConfiguration existingConfig, in hasRepeaterEnabledChanged()
245 public static boolean hasMacRandomizationSettingsChanged(WifiConfiguration existingConfig, in hasMacRandomizationSettingsChanged()
334 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.java1586 WifiConfiguration existingConfig = getInternalConfiguredNetwork(config); in addOrUpdateNetwork() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java1157 WifiConfiguration existingConfig = new WifiConfiguration(); in testHasMacRandomizationSettingsChangedFieldsDifferent() local
1170 WifiConfiguration existingConfig = new WifiConfiguration(); in testHasMacRandomizationSettingsChangedFieldsSame() local
DWifiNetworkSelectorTest.java2051 WifiConfiguration existingConfig = WifiConfigurationTestUtil.createPasspointNetwork(); in testPasspointCandidateUpdateWithLatestScanDetail() local