Home | History | Annotate | Download | only in cros

Lines Matching defs:cert_path

1967 void WifiNetwork::SetCertPath(const std::string& cert_path) {
1968 SetStringProperty(kCertPathProperty, cert_path, &cert_path_);
2736 connect_data_.cert_path = certpath;
2772 if (!data.cert_path.empty())
2773 wifi->SetCertPath(data.cert_path);
4325 std::string cert_path;