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

Commit 8e810463 authored by Jimmy Chen's avatar Jimmy Chen
Browse files

wifi: add DMG BSS capability definition to the interface

Bug: 155424211
Test: atest FrameworksWifiApiTests
Change-Id: I30f1287c8234a9195c35c3d201884e8fbaa7d718
parent 729b60c0
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 { }