DO NOT MERGE Moved Wifi InformationElement parsing to a common utility class
Cherry-picked from 97c46ef286
Change-Id: Iaa0cfc39ac4df375f80f01cf59eb5f0d0ae61879
This commit is contained in:
committed by
Randy Pan
parent
a23840e7a4
commit
21c748d091
@@ -309,6 +309,15 @@ public class ScanResult implements Parcelable {
|
||||
* @hide
|
||||
*/
|
||||
public static class InformationElement {
|
||||
public static final int EID_SSID = 0;
|
||||
public static final int EID_BSS_LOAD = 11;
|
||||
public static final int EID_HT_OPERATION = 61;
|
||||
public static final int EID_INTERWORKING = 107;
|
||||
public static final int EID_ROAMING_CONSORTIUM = 111;
|
||||
public static final int EID_EXTENDED_CAPS = 127;
|
||||
public static final int EID_VHT_OPERATION = 192;
|
||||
public static final int EID_VSA = 221;
|
||||
|
||||
public int id;
|
||||
public byte[] bytes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user