aboutsummaryrefslogtreecommitdiff
path: root/dbus/service_constants.h
diff options
context:
space:
mode:
authorSamuel Tan <samueltan@chromium.org>2015-03-03 11:32:53 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-04 04:40:08 +0000
commit3b8dcfd47701580f6e5a04bffdfdfdb019dffe7c (patch)
tree6a52fa1b2b48c64355dddde2b1dac7a84265dac1 /dbus/service_constants.h
parent6140fe51d371437d1181ba16ed9401e274b30bb0 (diff)
downloadsystem_api-3b8dcfd47701580f6e5a04bffdfdfdb019dffe7c.tar.gz
system_api: Add ForceWakeToScanTimer property
Add property name ForceWakeToScanTimer, which determines if we force the wake-to-scan timer to start every time shill goes into suspend disconnected while wake on WiFi is enabled. BUG=chromium:463301 TEST=None. Change-Id: I7b581a613e3559467d36240efe895e681522d9dc Reviewed-on: https://chromium-review.googlesource.com/255551 Tested-by: Samuel Tan <samueltan@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Samuel Tan <samueltan@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 1118f6b..b408d6c 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -488,6 +488,7 @@ const char kDBusServiceProperty[] = "DBus.Service";
const char kBgscanSignalThresholdProperty[] = "BgscanSignalThreshold";
const char kWakeToScanPeriodSecondsProperty[] = "WakeToScanPeriodSeconds";
const char kNetDetectScanPeriodSecondsProperty[] = "NetDetectScanPeriodSeconds";
+const char kForceWakeToScanTimerProperty[] = "ForceWakeToScanTimer";
// The name of the network interface, ie. wlan0, eth0, etc.
const char kInterfaceProperty[] = "Interface";
const char kSelectedServiceProperty[] = "SelectedService";