summaryrefslogtreecommitdiff
path: root/property_store.h
diff options
context:
space:
mode:
authormukesh agrawal <quiche@chromium.org>2012-01-06 16:05:31 -0800
committerGerrit <chrome-bot@google.com>2012-01-09 16:25:33 -0800
commit4d0401cd44d6082f03ace63134b64dec0bc99116 (patch)
treef8d599f377c1aa40ef9d77ba100f8e4f706d8da3 /property_store.h
parent1b1a7f222bc8a2b6c9f15fd7a41aad7977ff275e (diff)
downloadshill-4d0401cd44d6082f03ace63134b64dec0bc99116.tar.gz
shill: enable background scanning for wifi
When connecting to a WiFi service, supply wpa_supplicant with background scan configuration parameters. Also, allow bgscan parameters to be configured via RPC. Collateral change: added NOTIMPLEMENTED log messages for ClearProperty methods on {Device,IPConfig,Service}DBusAdaptor BUG=chromium-os:24309 TEST=unit tests, WiFiRoaming.003SSIDMultiSwitchBack Change-Id: I3289684bcae58a01be61d2341fd6a1099c1c7f6f Reviewed-on: https://gerrit.chromium.org/gerrit/13844 Tested-by: mukesh agrawal <quiche@chromium.org> Reviewed-by: Thieu Le <thieule@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Commit-Ready: mukesh agrawal <quiche@chromium.org>
Diffstat (limited to 'property_store.h')
-rw-r--r--property_store.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/property_store.h b/property_store.h
index 8bc4277e..602d2eff 100644
--- a/property_store.h
+++ b/property_store.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -117,6 +117,8 @@ class PropertyStore {
void RegisterDerivedBool(const std::string &name,
const BoolAccessor &accessor);
+ void RegisterDerivedInt32(const std::string &name,
+ const Int32Accessor &accessor);
void RegisterDerivedString(const std::string &name,
const StringAccessor &accessor);
void RegisterDerivedStringmaps(const std::string &name,