HomeSort by relevance Sort by last modified time
    Searched defs:EapCredentials (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
eap_credentials.cc 51 static string ObjectID(const EapCredentials* e) { return "(eap_credentials)"; }
54 const char EapCredentials::kStorageEapAnonymousIdentity[] =
56 const char EapCredentials::kStorageEapCACert[] = "EAP.CACert";
57 const char EapCredentials::kStorageEapCACertID[] = "EAP.CACertID";
58 const char EapCredentials::kStorageEapCACertNSS[] = "EAP.CACertNSS";
59 const char EapCredentials::kStorageEapCACertPEM[] = "EAP.CACertPEM";
60 const char EapCredentials::kStorageEapCertID[] = "EAP.CertID";
61 const char EapCredentials::kStorageEapClientCert[] = "EAP.ClientCert";
62 const char EapCredentials::kStorageEapEap[] = "EAP.EAP";
63 const char EapCredentials::kStorageEapIdentity[] = "EAP.Identity"
    [all...]
eap_credentials.h 37 class EapCredentials {
61 EapCredentials();
62 virtual ~EapCredentials();
68 // Returns true if |property| is used for authentication in EapCredentials.
138 std::string(EapCredentials::*get)(Error* error),
139 bool(EapCredentials::*set)(const std::string& value, Error* error));
152 bool(EapCredentials::*set)(const std::string& value, Error* error),
153 void(EapCredentials::*clear)(Error* error),
213 DISALLOW_COPY_AND_ASSIGN(EapCredentials);

Completed in 43 milliseconds