Searched refs:setCaPath (Results 1 – 16 of 16) sorted by relevance
200 config.enterpriseConfig.setCaPath(WfaKeyStore.DEFAULT_WFA_CERT_DIR); in connect()
612 enterpriseConfig.setCaPath(SYSTEM_CA_STORE_PATH); in getWifiConfig()994 config.setCaPath(SYSTEM_CA_STORE_PATH); in buildEnterpriseConfigForUserCredential()1027 config.setCaPath(SYSTEM_CA_STORE_PATH); in buildEnterpriseConfigForCertCredential()
719 config.enterpriseConfig.setCaPath(""); in prepareWifiConfiguration()1241 .setCaPath(eq(WifiConfigurationUtil.getSystemTrustStorePath())); in verifyTrustStoreUsedForAidlVersion2AndUp()1247 verify(config.enterpriseConfig, never()).setCaPath(anyString()); in verifyTrustStoreUsedForAidlVersionBelow2()
181 config.enterpriseConfig.setCaPath(TEST_CA_CERT_PATH); in generateWifiConfig()191 config.enterpriseConfig.setCaPath(TEST_CA_CERT_PATH); in generateWifiConfig()
1969 network.enterpriseConfig.setCaPath(WifiConfigurationTestUtil.TEST_CA_CERT_PATH); in testUpdateWifiEnterpriseConfig()8057 config.enterpriseConfig.setCaPath("/path/to/ca"); in verifyAddTofuEnterpriseConfig()8424 config.enterpriseConfig.setCaPath(null); in testAddInsecureEnterpriseNetworkWithNetworkSettingsPerm()8458 config.enterpriseConfig.setCaPath(null); in testAddInsecureEnterpriseNetworkWithNoNetworkSettingsPerm()
222 config.enterpriseConfig.setCaPath(null); in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion()
566 networkSuggestion.wifiConfiguration.enterpriseConfig.setCaPath(null); in testAddInsecureEnterpriseNetworkSuggestion()
9758 eapTlsConfig.enterpriseConfig.setCaPath(""); in setupTrustOnFirstUse()
233 config.enterpriseConfig.setCaPath(WifiConfigurationUtil.getSystemTrustStorePath()); in prepareConnection()
4407 .setCaPath(WifiConfigurationUtil.getSystemTrustStorePath());
664 config.setCaPath("/tmp/testCa.cert"); in testHasCaCertificate()
745 config.enterpriseConfig.setCaPath(null); in getConfig()750 config.enterpriseConfig.setCaPath(SYSTEM_CA_STORE_PATH); in getConfig()
757 config.enterpriseConfig.setCaPath(null); in getConfig()764 config.enterpriseConfig.setCaPath(SYSTEM_CA_STORE_PATH); in getConfig()
1209 public void setCaPath(@NonNull String path) { in setCaPath() method in WifiEnterpriseConfig
664 method public void setCaPath(@NonNull String);
1695 Landroid/net/wifi/WifiEnterpriseConfig;->setCaPath(Ljava/lang/String;)V