Searched defs:phase2Method (Results 1 – 10 of 10) sorted by relevance
420 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()424 public static WifiConfiguration createEapNetwork(String ssid, int eapMethod, int phase2Method) { in createEapNetwork()440 int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()452 String ssid, int eapMethod, int phase2Method) { in createWpa2Wpa3EnterpriseNetwork()
1247 public EnterpriseConfig setPhase2(int phase2Method) { in setPhase2()
7597 private WifiConfiguration prepareTofuEapConfig(int eapMethod, int phase2Method) { in prepareTofuEapConfig()
664 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local1088 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local1323 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
666 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in getConfig() local1081 final int phase2Method = enterpriseConfig.getPhase2Method(); in showSecurityFields() local1301 int phase2Method = mPhase2Spinner.getSelectedItemPosition(); in showPeapFields() local
730 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant() local784 public void setPhase2Method(int phase2Method) { in setPhase2Method()
1173 int phase2Method = config.enterpriseConfig.getPhase2Method(); in validateEnterpriseConfig() local
702 private int getAuthPhase2MethodProto(int phase2Method) { in getAuthPhase2MethodProto()1385 int phase2Method = config.enterpriseConfig.getPhase2Method(); in updateFromWifiConfiguration() local
982 int phase2Method = WifiEnterpriseConfig.Phase2.NONE; in buildEnterpriseConfigForUserCredential() local
734 private WifiEnterpriseConfig createEnterpriseConfig(int eapMethod, int phase2Method, in createEnterpriseConfig()