Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5f6a8d7 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy
Browse files

Wifi: Fix API documentation for isWifiStandardSupported

This commit fixes a typo in the api documentation for the
WifiManager#isWifiStandardSupported()

Bug: 151577071
Test: None
Change-Id: Icfd3c8d0a46314ad48091d2e71f62a75d9df8cfb
parent ccd4db5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {