Loading api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -7823,6 +7823,8 @@ package android.net.wifi.nl80211 { field public static final int BSS_CAPABILITY_CF_POLL_REQUEST = 8; // 0x8 field public static final int BSS_CAPABILITY_CHANNEL_AGILITY = 128; // 0x80 field public static final int BSS_CAPABILITY_DELAYED_BLOCK_ACK = 16384; // 0x4000 field public static final int BSS_CAPABILITY_DMG_ESS = 3; // 0x3 field public static final int BSS_CAPABILITY_DMG_IBSS = 1; // 0x1 field public static final int BSS_CAPABILITY_DSSS_OFDM = 8192; // 0x2000 field public static final int BSS_CAPABILITY_ESS = 1; // 0x1 field public static final int BSS_CAPABILITY_IBSS = 2; // 0x2 non-updatable-api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -6813,6 +6813,8 @@ package android.net.wifi.nl80211 { field public static final int BSS_CAPABILITY_CF_POLL_REQUEST = 8; // 0x8 field public static final int BSS_CAPABILITY_CHANNEL_AGILITY = 128; // 0x80 field public static final int BSS_CAPABILITY_DELAYED_BLOCK_ACK = 16384; // 0x4000 field public static final int BSS_CAPABILITY_DMG_ESS = 3; // 0x3 field public static final int BSS_CAPABILITY_DMG_IBSS = 1; // 0x1 field public static final int BSS_CAPABILITY_DSSS_OFDM = 8192; // 0x2000 field public static final int BSS_CAPABILITY_ESS = 1; // 0x1 field public static final int BSS_CAPABILITY_IBSS = 2; // 0x2 Loading wifi/java/android/net/wifi/nl80211/NativeScanResult.java +9 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,15 @@ public final class NativeScanResult implements Parcelable { * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): Immediate Block Ack. */ public static final int BSS_CAPABILITY_IMMEDIATE_BLOCK_ACK = 0x1 << 15; /** * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): DMG ESS. * In DMG bits 0 and 1 are parsed together, where ESS=0x3 and IBSS=0x1 */ public static final int BSS_CAPABILITY_DMG_ESS = 0x3; /** * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): DMG IBSS. */ public static final int BSS_CAPABILITY_DMG_IBSS = 0x1; /** * Returns the capabilities of the AP repseresented by this scan result as advertised in the Loading Loading
api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -7823,6 +7823,8 @@ package android.net.wifi.nl80211 { field public static final int BSS_CAPABILITY_CF_POLL_REQUEST = 8; // 0x8 field public static final int BSS_CAPABILITY_CHANNEL_AGILITY = 128; // 0x80 field public static final int BSS_CAPABILITY_DELAYED_BLOCK_ACK = 16384; // 0x4000 field public static final int BSS_CAPABILITY_DMG_ESS = 3; // 0x3 field public static final int BSS_CAPABILITY_DMG_IBSS = 1; // 0x1 field public static final int BSS_CAPABILITY_DSSS_OFDM = 8192; // 0x2000 field public static final int BSS_CAPABILITY_ESS = 1; // 0x1 field public static final int BSS_CAPABILITY_IBSS = 2; // 0x2
non-updatable-api/system-current.txt +2 −0 Original line number Diff line number Diff line Loading @@ -6813,6 +6813,8 @@ package android.net.wifi.nl80211 { field public static final int BSS_CAPABILITY_CF_POLL_REQUEST = 8; // 0x8 field public static final int BSS_CAPABILITY_CHANNEL_AGILITY = 128; // 0x80 field public static final int BSS_CAPABILITY_DELAYED_BLOCK_ACK = 16384; // 0x4000 field public static final int BSS_CAPABILITY_DMG_ESS = 3; // 0x3 field public static final int BSS_CAPABILITY_DMG_IBSS = 1; // 0x1 field public static final int BSS_CAPABILITY_DSSS_OFDM = 8192; // 0x2000 field public static final int BSS_CAPABILITY_ESS = 1; // 0x1 field public static final int BSS_CAPABILITY_IBSS = 2; // 0x2 Loading
wifi/java/android/net/wifi/nl80211/NativeScanResult.java +9 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,15 @@ public final class NativeScanResult implements Parcelable { * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): Immediate Block Ack. */ public static final int BSS_CAPABILITY_IMMEDIATE_BLOCK_ACK = 0x1 << 15; /** * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): DMG ESS. * In DMG bits 0 and 1 are parsed together, where ESS=0x3 and IBSS=0x1 */ public static final int BSS_CAPABILITY_DMG_ESS = 0x3; /** * BSS capability bit (see IEEE Std 802.11: 9.4.1.4): DMG IBSS. */ public static final int BSS_CAPABILITY_DMG_IBSS = 0x1; /** * Returns the capabilities of the AP repseresented by this scan result as advertised in the Loading