summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorpstew <pstew@chromium.org>2015-05-11 17:18:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 00:18:31 +0000
commiteba91db036f740777ff8503cc2cc2597e8525353 (patch)
treedf0b5eb70128bc377e22d5b22d8de418bb3e05fa /components/onc/onc_constants.h
parent0ff62a54f76daa61a292ee4e599efdaea88ff3d0 (diff)
downloadchromium_src-eba91db036f740777ff8503cc2cc2597e8525353.zip
chromium_src-eba91db036f740777ff8503cc2cc2597e8525353.tar.gz
chromium_src-eba91db036f740777ff8503cc2cc2597e8525353.tar.bz2
Add ONC property for EAP-GTC authentication
BUG=486738 R=stevenjb@chromium.org, pneubeck@chromium.org Review URL: https://codereview.chromium.org/1137633003 Cr-Commit-Position: refs/heads/master@{#329291}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index a28ec83..b212d31 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -297,6 +297,7 @@ ONC_EXPORT extern const char kEAP_FAST[];
ONC_EXPORT extern const char kEAP_SIM[];
ONC_EXPORT extern const char kEAP_TLS[];
ONC_EXPORT extern const char kEAP_TTLS[];
+ONC_EXPORT extern const char kGTC[];
ONC_EXPORT extern const char kIdentity[];
ONC_EXPORT extern const char kInner[];
ONC_EXPORT extern const char kLEAP[];