aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Tan <samueltan@chromium.org>2014-11-21 12:47:22 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-22 01:45:04 +0000
commit482b86680d8ab7fe9417fb41bad4f224e9deeac8 (patch)
treef737390046ccc9aad980a627857520512017aaad
parent6137749888584b497e2e4282bac985bb1dd29291 (diff)
downloadsystem_api-482b86680d8ab7fe9417fb41bad4f224e9deeac8.tar.gz
system_api: add wake-to-scan frequency property name
Add wake-to-scan frequency name to service constants. This property will be used to allow the wake-to-scan timer frequency in shill. BUG=chrome-os-partner:32270 TEST=none. Change-Id: I7eb88528c688232fe5b1b71a5a7763169676b883 Reviewed-on: https://chromium-review.googlesource.com/231396 Tested-by: Samuel Tan <samueltan@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Samuel Tan <samueltan@chromium.org>
-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 50b9e5e..8cd9153 100644
--- a/dbus/service_constants.h
+++ b/dbus/service_constants.h
@@ -486,6 +486,7 @@ const char kRoamThresholdProperty[] = "RoamThreshold";
const char kDBusObjectProperty[] = "DBus.Object";
const char kDBusServiceProperty[] = "DBus.Service";
const char kBgscanSignalThresholdProperty[] = "BgscanSignalThreshold";
+const char kWakeToScanFrequencyProperty[] = "WakeToScanFrequency";
// The name of the network interface, ie. wlan0, eth0, etc.
const char kInterfaceProperty[] = "Interface";