summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-02-23 18:02:45 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-02-23 18:02:45 -0800
commit6588c7cf73a9d09cad1fa5d4e558a55a5e5e18df (patch)
tree101ae9208fa8c4e9a0b704cec6807a95e1152552 /core/res
parentb1eea45a71a3fffe3014bbe84226df3c57ddbafc (diff)
parent5107eea64e46b0fffbbbcefa469a88044f309de6 (diff)
downloadframeworks_base-6588c7cf73a9d09cad1fa5d4e558a55a5e5e18df.zip
frameworks_base-6588c7cf73a9d09cad1fa5d4e558a55a5e5e18df.tar.gz
frameworks_base-6588c7cf73a9d09cad1fa5d4e558a55a5e5e18df.tar.bz2
am 5107eea6: Merge "DO NOT MERGE Add support for background scanning" into honeycomb
* commit '5107eea64e46b0fffbbbcefa469a88044f309de6': DO NOT 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 713fa8e..c4b2ade 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). -->