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

Commit a4b01b2a authored by Sunil Ravi's avatar Sunil Ravi
Browse files

wifi: MBO-OCE feature support (phase 1)

Define feature flags for MBO and OCE.

Bug: 139474288
Test: atest com.android.server.wifi
Test: Manual
Change-Id: If713da6500c1d511972b9a84bd0c37b36148d92c
parent a8367119
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2251,6 +2251,10 @@ public class WifiManager {
    public static final long WIFI_FEATURE_CONNECTED_RAND_MAC    = 0x200000000L; // Random STA MAC
    /** @hide */
    public static final long WIFI_FEATURE_AP_RAND_MAC      = 0x400000000L; // Random AP MAC
    /** @hide */
    public static final long WIFI_FEATURE_MBO              = 0x800000000L; // MBO Support
    /** @hide */
    public static final long WIFI_FEATURE_OCE              = 0x1000000000L; // OCE Support

    private long getSupportedFeatures() {
        try {