Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java522 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local
580 public void setPhase2Method(int phase2Method) { in setPhase2Method()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java852 int phase2Method = WifiEnterpriseConfig.Phase2.NONE; in buildEnterpriseConfigForUserCredential() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java966 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()
DWifiConfigurationTestUtil.java371 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java605 int phase2Method = config.enterpriseConfig.getPhase2Method(); in updateFromWifiConfiguration() local
654 private int getAuthPhase2MethodProto(int phase2Method) { in getAuthPhase2MethodProto()