aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorGarret Kelly <gdk@chromium.org>2015-03-26 15:14:18 -0400
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-27 01:34:39 +0000
commited713b12cfc8a56ecd59f207456abfd85d0f7d45 (patch)
treefa0bd63b537d13832e95acfc9f58f496dc0c894c /dbus/service_constants.h
parent296a635279101d8e5b36335f9b0c6f32759d5186 (diff)
downloadsystem_api-ed713b12cfc8a56ecd59f207456abfd85d0f7d45.tar.gz
system_api: add kPPPoEMaxAuthFailureProperty property
Add the PPPoE.MaxAuthFailure property for PPPoE services. It controls the maximum number of authentication failures that a connection will tolerate before giving up. BUG=chrome-os-partner:38449 TEST=emerge-amd64-generic system_api Change-Id: Iea39b3d70105158a4e2059082b70740501768cfa Reviewed-on: https://chromium-review.googlesource.com/262720 Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Garret Kelly <gdk@chromium.org> Tested-by: Garret Kelly <gdk@chromium.org>
Diffstat (limited to 'dbus/service_constants.h')
-rw-r--r--dbus/service_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/service_constants.h b/dbus/service_constants.h
index 4130aba..ce3cd10 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -698,6 +698,7 @@ const char kPPPoEUsernameProperty[] = "PPPoE.Username";
const char kPPPoEPasswordProperty[] = "PPPoE.Password";
const char kPPPoELCPEchoIntervalProperty[] = "PPPoE.LCPEchoInterval";
const char kPPPoELCPEchoFailureProperty[] = "PPPoE.LCPEchoFailure";
+const char kPPPoEMaxAuthFailureProperty[] = "PPPoE.MaxAuthFailure";
// FlimFlam technology family options
const char kTechnologyFamilyCdma[] = "CDMA";