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

Commit 1abc22d9 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy Committed by Android (Google) Code Review
Browse files

Merge "Add capability flag for low-latency support"

parents 84a9f2af 72add40a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1982,6 +1982,8 @@ public class WifiManager {
    public static final int WIFI_FEATURE_WPA3_SUITE_B     = 0x10000000; // WPA3-Enterprise Suite-B
    /** @hide */
    public static final int WIFI_FEATURE_OWE              = 0x20000000; // Enhanced Open
    /** @hide */
    public static final int WIFI_FEATURE_LOW_LATENCY      = 0x40000000; // Low Latency modes

    private int getSupportedFeatures() {
        try {