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.java419 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
423 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork()
439 int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()
451 String ssid, int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()
DWifiConfigurationUtilTest.java1193 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()
DWifiConfigManagerTest.java7358 private WifiConfiguration prepareTofuEapConfig(int eapMethod, int phase2Method) { in prepareTofuEapConfig()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java651 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
1066 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1293 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
DWifiConfigController.java666 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local
1081 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local
1301 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java554 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local
608 public void setPhase2Method(int phase2Method) { in setPhase2Method()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java1136 int phase2Method = config.enterpriseConfig.getPhase2Method(); in validateEnterpriseConfig() local
DWifiMetrics.java696 private int getAuthPhase2MethodProto(int phase2Method) { in getAuthPhase2MethodProto()
1373 int phase2Method = config.enterpriseConfig.getPhase2Method(); in updateFromWifiConfiguration() local
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiEnterpriseConfigTest.java700 private WifiEnterpriseConfig createEnterpriseConfig(int eapMethod, int phase2Method, in createEnterpriseConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java954 int phase2Method = WifiEnterpriseConfig.Phase2.NONE; in buildEnterpriseConfigForUserCredential() local