summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-08-10 16:04:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-10 16:04:50 -0700
commitbe3ba059bfdfb56f92f77636f863cd3a5438edd0 (patch)
treeb52dfafb8448fed767b049077a734520f7c22b48 /core/java
parenta962544fce4bc00673dd1d4b234290855a1fbffb (diff)
parent7244c977ecbc1f73e4cfd9d824fc2b68aa886139 (diff)
Merge "Ensure interface down before wpa_supplicant start"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/os/INetworkManagementService.aidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/os/INetworkManagementService.aidl b/core/java/android/os/INetworkManagementService.aidl
index 9ffc52af7665..04409234172c 100644
--- a/core/java/android/os/INetworkManagementService.aidl
+++ b/core/java/android/os/INetworkManagementService.aidl
@@ -64,6 +64,16 @@ interface INetworkManagementService
void clearInterfaceAddresses(String iface);
/**
+ * Set interface down
+ */
+ void setInterfaceDown(String iface);
+
+ /**
+ * Set interface up
+ */
+ void setInterfaceUp(String iface);
+
+ /**
* Retrieves the network routes currently configured on the specified
* interface
*/