Merge "Wifi: Fix API documentation for isWifiStandardSupported" into rvc-dev am: db74198593 am: 9cbf145dba
Change-Id: I56b6d951151cdc0c1f47faeb7cdb1d118ff32469
This commit is contained in:
@@ -2561,7 +2561,7 @@ public class WifiManager {
|
|||||||
/**
|
/**
|
||||||
* Check if the chipset supports a certain Wi-Fi standard.
|
* Check if the chipset supports a certain Wi-Fi standard.
|
||||||
* @param standard the IEEE 802.11 standard to check on.
|
* @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.
|
* @return {@code true} if supported, {@code false} otherwise.
|
||||||
*/
|
*/
|
||||||
public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) {
|
public boolean isWifiStandardSupported(@WifiAnnotations.WifiStandard int standard) {
|
||||||
|
|||||||
Reference in New Issue
Block a user