From f2d7a9a97171f25419ff4294b1dba41302981fa2 Mon Sep 17 00:00:00 2001 From: Paul Stewart Date: Mon, 11 May 2015 08:09:21 -0700 Subject: 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 Commit-Queue: Paul Stewart Tested-by: Paul Stewart --- dbus/service_constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/service_constants.h') 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"; -- cgit v1.2.3