Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Side by Side Diff: components/onc/onc_constants.cc

Issue 1137633003: Add ONC property for EAP-GTC authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to onc_constants.h Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 } // namespace encrypted 272 } // namespace encrypted
273 273
274 namespace eap { 274 namespace eap {
275 const char kAnonymousIdentity[] = "AnonymousIdentity"; 275 const char kAnonymousIdentity[] = "AnonymousIdentity";
276 const char kAutomatic[] = "Automatic"; 276 const char kAutomatic[] = "Automatic";
277 const char kEAP_AKA[] = "EAP-AKA"; 277 const char kEAP_AKA[] = "EAP-AKA";
278 const char kEAP_FAST[] = "EAP-FAST"; 278 const char kEAP_FAST[] = "EAP-FAST";
279 const char kEAP_SIM[] = "EAP-SIM"; 279 const char kEAP_SIM[] = "EAP-SIM";
280 const char kEAP_TLS[] = "EAP-TLS"; 280 const char kEAP_TLS[] = "EAP-TLS";
281 const char kEAP_TTLS[] = "EAP-TTLS"; 281 const char kEAP_TTLS[] = "EAP-TTLS";
282 const char kGTC[] = "GTC";
282 const char kIdentity[] = "Identity"; 283 const char kIdentity[] = "Identity";
283 const char kInner[] = "Inner"; 284 const char kInner[] = "Inner";
284 const char kLEAP[] = "LEAP"; 285 const char kLEAP[] = "LEAP";
285 const char kMD5[] = "MD5"; 286 const char kMD5[] = "MD5";
286 const char kMSCHAPv2[] = "MSCHAPv2"; 287 const char kMSCHAPv2[] = "MSCHAPv2";
287 const char kOuter[] = "Outer"; 288 const char kOuter[] = "Outer";
288 const char kPAP[] = "PAP"; 289 const char kPAP[] = "PAP";
289 const char kPEAP[] = "PEAP"; 290 const char kPEAP[] = "PEAP";
290 const char kPassword[] = "Password"; 291 const char kPassword[] = "Password";
291 const char kSaveCredentials[] = "SaveCredentials"; 292 const char kSaveCredentials[] = "SaveCredentials";
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 } // global_network_config 418 } // global_network_config
418 419
419 namespace device_state { 420 namespace device_state {
420 const char kUninitialized[] = "Uninitialized"; 421 const char kUninitialized[] = "Uninitialized";
421 const char kDisabled[] = "Disabled"; 422 const char kDisabled[] = "Disabled";
422 const char kEnabling[] = "Enabling"; 423 const char kEnabling[] = "Enabling";
423 const char kEnabled[] = "Enabled"; 424 const char kEnabled[] = "Enabled";
424 } // device_state 425 } // device_state
425 426
426 } // namespace onc 427 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698