Lines Matching defs:EapCredentials

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";
64 const char EapCredentials::kStorageEapInnerEap[] = "EAP.InnerEAP";
65 const char EapCredentials::kStorageEapKeyID[] = "EAP.KeyID";
66 const char EapCredentials::kStorageEapKeyManagement[] = "EAP.KeyMgmt";
67 const char EapCredentials::kStorageEapPIN[] = "EAP.PIN";
68 const char EapCredentials::kStorageEapPassword[] = "EAP.Password";
69 const char EapCredentials::kStorageEapPrivateKey[] = "EAP.PrivateKey";
70 const char EapCredentials::kStorageEapPrivateKeyPassword[] =
72 const char EapCredentials::kStorageEapSubjectMatch[] =
74 const char EapCredentials::kStorageEapUseProactiveKeyCaching[] =
76 const char EapCredentials::kStorageEapUseSystemCAs[] = "EAP.UseSystemCAs";
78 EapCredentials::EapCredentials() : use_system_cas_(true),
81 EapCredentials::~EapCredentials() {}
84 void EapCredentials::PopulateSupplicantProperties(
171 void EapCredentials::PopulateWiMaxProperties(KeyValueStore* params) const {
184 void EapCredentials::InitPropertyStore(PropertyStore* store) {
193 &EapCredentials::GetKeyManagement,
194 &EapCredentials::SetKeyManagement);
197 &EapCredentials::SetEapPassword,
204 &EapCredentials::SetEapPrivateKeyPassword,
222 bool EapCredentials::IsEapAuthenticationProperty(const string property) {
236 bool EapCredentials::IsConnectable() const {
282 bool EapCredentials::IsConnectableUsingPassphrase() const {
286 void EapCredentials::Load(StoreInterface* storage, const string& id) {
318 void EapCredentials::OutputConnectionMetrics(
337 void EapCredentials::Save(StoreInterface* storage, const string& id,
438 void EapCredentials::Reset() {
463 bool EapCredentials::SetEapPassword(const string& password, Error* /*error*/) {
471 bool EapCredentials::SetEapPrivateKeyPassword(const string& password,
480 string EapCredentials::GetKeyManagement(Error* /*error*/) {
484 bool EapCredentials::SetKeyManagement(const std::string& key_management,
496 bool EapCredentials::ClientAuthenticationUsesCryptoToken() const {
502 void EapCredentials::HelpRegisterDerivedString(
505 string(EapCredentials::*get)(Error* error),
506 bool(EapCredentials::*set)(const string&, Error*)) {
509 StringAccessor(new CustomAccessor<EapCredentials, string>(
513 void EapCredentials::HelpRegisterWriteOnlyDerivedString(
516 bool(EapCredentials::*set)(const string&, Error*),
517 void(EapCredentials::*clear)(Error* error),
522 new CustomWriteOnlyAccessor<EapCredentials, string>(