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

Commit 69236f8e authored by Jimmy Chen's avatar Jimmy Chen Committed by Android (Google) Code Review
Browse files

Merge "p2p: add p2p random MAC feature flag in framework"

parents 60d3c49c d91c4ed2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2084,6 +2084,8 @@ public class WifiManager {
    public static final int WIFI_FEATURE_LOW_LATENCY      = 0x40000000; // Low Latency modes
    /** @hide */
    public static final int WIFI_FEATURE_DPP              = 0x80000000; // DPP (Easy-Connect)
    /** @hide */
    public static final long WIFI_FEATURE_P2P_RAND_MAC    = 0x100000000L; // Random P2P MAC

    private long getSupportedFeatures() {
        try {