Merge "Wifi: Fix API documentation for isWifiStandardSupported" into rvc-dev am: db74198593

Change-Id: I9971574496e8b1b2af5e60ad56a16eba8ef2c070
This commit is contained in:
Automerger Merge Worker
2020-03-16 06:21:16 +00:00

View File

@@ -2561,7 +2561,7 @@ public class WifiManager {
/**
* Check if the chipset supports a certain Wi-Fi standard.
* @param standard the IEEE 802.11 standard to check on.
* valid values from {@link ScanResult}'s {@code WIFI_STANDARD_}
* valid values from {@link WifiAnnotations}'s {@code WIFI_STANDARD_}
* @return {@code true} if supported, {@code false} otherwise.
*/
public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) {