summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2020-12-23 12:23:41 -0800
committerRoshan Pius <rpius@google.com>2020-12-23 20:25:37 +0000
commitbe39ce4f19e01830e5c4f59f4dc64f40fc2798a4 (patch)
tree89f7ae5fd51ea8ea17fb15d51c4b5d93b59bf6a7 /wifi
parente126101fe62a85c6381156bbd7906772519fdeba (diff)
WifiManager: Remove javadoc reference to multi STA concurrency API
The multi STA concurrency API is not present in AOSP. Bug: 162602799 Test: None Change-Id: Iaecedf42890777f6d4507bb81d359e67270ebebb
Diffstat (limited to 'wifi')
-rw-r--r--wifi/java/android/net/wifi/WifiManager.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java
index 9844e4b3ec7f..3ae25201101b 100644
--- a/wifi/java/android/net/wifi/WifiManager.java
+++ b/wifi/java/android/net/wifi/WifiManager.java
@@ -2783,13 +2783,6 @@ public class WifiManager {
* <li>Apps can continue using this API, however newer features
* such as ability to mask out location sensitive data in WifiInfo will not be supported
* via this API. </li>
- * <li>On devices supporting concurrent connections (indicated via
- * {@link #isMultiStaConcurrencySupported()}), this API will return the details
- * of the internet providing connection (if any) to all apps, except for the apps that triggered
- * the creation of the concurrent connection. For such apps, this API will return the details of
- * the connection they created. For ex: apps using {@link WifiNetworkSpecifier} will
- * will trigger a concurrent connection on supported devices and hence this API will provide
- * details of their peer to peer connection (not the internet providing connection). </li>
* </p>
*/
@Deprecated