diff options
author | 2024-04-17 21:00:39 +0000 | |
---|---|---|
committer | 2024-04-17 21:00:39 +0000 | |
commit | 8554d459320edd24ae28bd0cc18642b9790d6076 (patch) | |
tree | 3f42b72a3d918a4401b35c7609efc97bbdf40159 /wifi | |
parent | 8760d03ec9f649173490b70c9e6bc9a0d638c491 (diff) | |
parent | d2ce210a89e984cf227e6dec1d11b2bde7e68aaa (diff) |
Merge "Update API documentation for MBSSID" into main
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/java/src/android/net/wifi/nl80211/WifiNl80211Manager.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wifi/java/src/android/net/wifi/nl80211/WifiNl80211Manager.java b/wifi/java/src/android/net/wifi/nl80211/WifiNl80211Manager.java index 45ab9863ff73..2ba5705a120b 100644 --- a/wifi/java/src/android/net/wifi/nl80211/WifiNl80211Manager.java +++ b/wifi/java/src/android/net/wifi/nl80211/WifiNl80211Manager.java @@ -993,6 +993,16 @@ public class WifiNl80211Manager { * {@link #setupInterfaceForClientMode(String, Executor, ScanEventCallback, ScanEventCallback)} * or {@link #setupInterfaceForSoftApMode(String)}. * + * <p> + * When an Access Point’s beacon or probe response includes a Multi-BSSID Element, the + * returned scan results should include separate scan result for each BSSID within the + * Multi-BSSID Information Element. This includes both transmitted and non-transmitted BSSIDs. + * Original Multi-BSSID Element will be included in the Information Elements attached to + * each of the scan results. + * Note: This is the expected behavior for devices supporting 11ax (WiFi-6) and above, and an + * optional requirement for devices running with older WiFi generations. + * </p> + * * @param ifaceName Name of the interface. * @param scanType The type of scan result to be returned, can be * {@link #SCAN_TYPE_SINGLE_SCAN} or {@link #SCAN_TYPE_PNO_SCAN}. |