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

Commit c61053fb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "wifi: add DMG BSS capability definition to the interface"

parents c2f1b05c 8e810463
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -157,7 +157,9 @@ public final class NativeScanResult implements Parcelable {
                    BSS_CAPABILITY_RADIO_MANAGEMENT,
                    BSS_CAPABILITY_DSSS_OFDM,
                    BSS_CAPABILITY_DELAYED_BLOCK_ACK,
                    BSS_CAPABILITY_IMMEDIATE_BLOCK_ACK
                    BSS_CAPABILITY_IMMEDIATE_BLOCK_ACK,
                    BSS_CAPABILITY_DMG_ESS,
                    BSS_CAPABILITY_DMG_IBSS
            })
    public @interface BssCapabilityBits { }