Home
last modified time | relevance | path

Searched defs:InformationElement (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DScanResult.java900 public static class InformationElement implements Parcelable { class in ScanResult
964 public InformationElement() { in InformationElement() method in ScanResult.InformationElement
968 public InformationElement(int id, int idExt, byte[] bytes) { in InformationElement() method in ScanResult.InformationElement
974 public InformationElement(@NonNull InformationElement rhs) { in InformationElement() method in ScanResult.InformationElement
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DProvisioningConfiguration.java271 public static class InformationElement { class in ProvisioningConfiguration.ScanResultInfo
276 public InformationElement(int id, @NonNull ByteBuffer payload) { in InformationElement() method in ProvisioningConfiguration.ScanResultInfo.InformationElement