summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-02-23 10:41:12 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-02-23 10:41:12 -0800
commit563db5343f93fec6897304443b501e397292401b (patch)
tree928ab4ef3358bad4afa9e4b575ca24981989be60 /core/res
parentafc671fc5ed81941c972d5318555b84a63eb2619 (diff)
parentfcc0845cf9990470d498dcaa036f0ae6487ddf34 (diff)
downloadframeworks_base-563db5343f93fec6897304443b501e397292401b.zip
frameworks_base-563db5343f93fec6897304443b501e397292401b.tar.gz
frameworks_base-563db5343f93fec6897304443b501e397292401b.tar.bz2
Merge "Add support for background scanning"
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 0edd33e..ce37943 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -194,6 +194,13 @@
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
<bool translatable="false" name="config_wifi_dual_band_support">false</bool>
+ <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
+ This mechanism allows the host to remain in suspend state and the dongle to actively
+ scan and wake the host when a configured SSID is detected by the dongle. This chipset
+ capability can provide power savings when wifi needs to be always kept on.
+ The driver commands needed to support the feature are BGSCAN-START and BGSCAN-STOP -->
+ <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
+
<!-- Flag indicating whether the keyguard should be bypassed when
the slider is open. This can be set or unset depending how easily
the slider can be opened (for example, in a pocket or purse). -->