aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Stewart <pstew@chromium.org>2015-05-11 08:09:21 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-11 17:33:43 +0000
commitf2d7a9a97171f25419ff4294b1dba41302981fa2 (patch)
tree0cc117e00ef2ec5f98022e64d6d6aeb7ef619218
parent789778e45b321a9d96d1814f60605cb7cc9db212 (diff)
downloadsystem_api-f2d7a9a97171f25419ff4294b1dba41302981fa2.tar.gz
shill: Add service constants for GTC authentication
BUG=chromium:486738 TEST=emerge-${BOARD} system_api; emerge-${BOARD} shill Change-Id: If68bbcef558b289fac190b90de7249c72a2a9ea3 Reviewed-on: https://chromium-review.googlesource.com/270240 Reviewed-by: Philipp Neubeck <pneubeck@chromium.org> Commit-Queue: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>
-rw-r--r--dbus/service_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 15e9acf..3c38288 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -610,6 +610,7 @@ const char kEapMethodLEAP[] = "LEAP";
// Flimflam EAP phase 2 auth options.
const char kEapPhase2AuthPEAPMD5[] = "auth=MD5";
const char kEapPhase2AuthPEAPMSCHAPV2[] = "auth=MSCHAPV2";
+const char kEapPhase2AuthPEAPGTC[] = "auth=GTC";
const char kEapPhase2AuthTTLSMD5[] = "autheap=MD5"; // crosbug/26822
const char kEapPhase2AuthTTLSEAPMD5[] = "autheap=MD5";
const char kEapPhase2AuthTTLSEAPMSCHAPV2[] = "autheap=MSCHAPV2";
@@ -617,6 +618,8 @@ const char kEapPhase2AuthTTLSMSCHAPV2[] = "auth=MSCHAPV2";
const char kEapPhase2AuthTTLSMSCHAP[] = "auth=MSCHAP";
const char kEapPhase2AuthTTLSPAP[] = "auth=PAP";
const char kEapPhase2AuthTTLSCHAP[] = "auth=CHAP";
+const char kEapPhase2AuthTTLSGTC[] = "auth=GTC";
+const char kEapPhase2AuthTTLSEAPGTC[] = "autheap=GTC";
// Flimflam VPN provider types.
const char kProviderL2tpIpsec[] = "l2tpipsec";