Searched refs:enterpriseConfig (Results 1 – 2 of 2) sorted by relevance
509 config.enterpriseConfig = new WifiEnterpriseConfig(); in getConfig()512 config.enterpriseConfig.setEapMethod(eapMethod); in getConfig()520 config.enterpriseConfig.setPhase2Method(Phase2.NONE); in getConfig()523 config.enterpriseConfig.setPhase2Method(Phase2.MSCHAPV2); in getConfig()526 config.enterpriseConfig.setPhase2Method(Phase2.GTC); in getConfig()535 config.enterpriseConfig.setPhase2Method(phase2Method); in getConfig()540 config.enterpriseConfig.setCaCertificateAliases(null); in getConfig()541 config.enterpriseConfig.setCaPath(null); in getConfig()542 config.enterpriseConfig.setDomainSuffixMatch(mEapDomainView.getText().toString()); in getConfig()547 config.enterpriseConfig.setCaPath(SYSTEM_CA_STORE_PATH); in getConfig()[all …]
58 WifiEnterpriseConfig enterpriseConfig = mWifiConfiguration.enterpriseConfig; in onCreate() local59 doNotInstall = (enterpriseConfig.getEapMethod() == WifiEnterpriseConfig.Eap.TTLS in onCreate()60 || enterpriseConfig.getEapMethod() == WifiEnterpriseConfig.Eap.TLS) in onCreate()61 && enterpriseConfig.getCaCertificate() == null; in onCreate()