summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/IWifiManager.aidl
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2010-10-29 15:32:10 -0700
committerIrfan Sheriff <isheriff@google.com>2010-11-02 16:35:56 -0700
commited4f28b492da3ff140bbaabbbda798a08c40ea5b (patch)
tree5676b10fe89f58e9c460e766532a24d2104fc62c /wifi/java/android/net/wifi/IWifiManager.aidl
parent98444a944c9126898bc4c370f831a79bb3b30bd8 (diff)
downloadframeworks_base-ed4f28b492da3ff140bbaabbbda798a08c40ea5b.zip
frameworks_base-ed4f28b492da3ff140bbaabbbda798a08c40ea5b.tar.gz
frameworks_base-ed4f28b492da3ff140bbaabbbda798a08c40ea5b.tar.bz2
Set country code in the driver and remove channel set
With dual band support, using country code settings is the way to go Bug: 2936741 Change-Id: I760dce4c43b1af19ee205c28f0d287420c8d9e85
Diffstat (limited to 'wifi/java/android/net/wifi/IWifiManager.aidl')
-rw-r--r--wifi/java/android/net/wifi/IWifiManager.aidl6
1 files changed, 1 insertions, 5 deletions
diff --git a/wifi/java/android/net/wifi/IWifiManager.aidl b/wifi/java/android/net/wifi/IWifiManager.aidl
index 720f6ac..4bd5286 100644
--- a/wifi/java/android/net/wifi/IWifiManager.aidl
+++ b/wifi/java/android/net/wifi/IWifiManager.aidl
@@ -58,11 +58,7 @@ interface IWifiManager
int getWifiEnabledState();
- int getNumAllowedChannels();
-
- boolean setNumAllowedChannels(int numChannels, boolean persist);
-
- int[] getValidChannelCounts();
+ void setCountryCode(String country, boolean persist);
boolean saveConfiguration();