Home
last modified time | relevance | path

Searched defs:phase2Method (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java432 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
436 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork()
452 int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()
464 String ssid, int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()
DWifiConfigurationUtilTest.java1262 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()
DWifiConfigManagerTest.java8023 private WifiConfiguration prepareTofuEapConfig(int eapMethod, int phase2Method) { in prepareTofuEapConfig()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java697 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
1126 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1357 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
DWifiConfigController.java691 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
1113 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1333 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java800 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local
854 public void setPhase2Method(int phase2Method) { in setPhase2Method()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java1208 int phase2Method = config.enterpriseConfig.getPhase2Method(); in validateEnterpriseConfig() local
DWifiMetrics.java794 private static int getAuthPhase2MethodProto(int phase2Method) { in getAuthPhase2MethodProto()
1484 int phase2Method = config.enterpriseConfig.getPhase2Method(); in updateFromWifiConfiguration() local
2186 private int toMetricPhase2Method(int phase2Method) { in toMetricPhase2Method()
2615 int phase2Method = config.enterpriseConfig.getPhase2Method(); in convertEapInnerMethodToProto() local
2619 private static int convertEapInnerMethodToProto(int phase2Method) { in convertEapInnerMethodToProto()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java996 int phase2Method = WifiEnterpriseConfig.Phase2.NONE; in buildEnterpriseConfigForUserCredential() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java734 private WifiEnterpriseConfig createEnterpriseConfig(int eapMethod, int phase2Method, in createEnterpriseConfig()