Searched defs:phase2Method (Results 1 – 10 of 10) sorted by relevance
432 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()
1262 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()
8023 private WifiConfiguration prepareTofuEapConfig(int eapMethod, int phase2Method) { in prepareTofuEapConfig()
697 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local1126 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local1357 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
691 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local1113 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local1333 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
800 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local854 public void setPhase2Method(int phase2Method) { in setPhase2Method()
1208 int phase2Method = config.enterpriseConfig.getPhase2Method(); in validateEnterpriseConfig() local
794 private static int getAuthPhase2MethodProto(int phase2Method) { in getAuthPhase2MethodProto()1484 int phase2Method = config.enterpriseConfig.getPhase2Method(); in updateFromWifiConfiguration() local2186 private int toMetricPhase2Method(int phase2Method) { in toMetricPhase2Method()2615 int phase2Method = config.enterpriseConfig.getPhase2Method(); in convertEapInnerMethodToProto() local2619 private static int convertEapInnerMethodToProto(int phase2Method) { in convertEapInnerMethodToProto()
996 int phase2Method = WifiEnterpriseConfig.Phase2.NONE; in buildEnterpriseConfigForUserCredential() local
734 private WifiEnterpriseConfig createEnterpriseConfig(int eapMethod, int phase2Method, in createEnterpriseConfig()