Home
last modified time | relevance | path

Searched refs:AnqpInformationElement (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetail.java19 import android.net.wifi.AnqpInformationElement;
110 mScanResult.anqpElements = new AnqpInformationElement[1]; in propagateANQPInfo()
112 new AnqpInformationElement(AnqpInformationElement.HOTSPOT20_VENDOR_ID, in propagateANQPInfo()
113 AnqpInformationElement.HS_OSU_PROVIDERS, osuProviders.getPayload()); in propagateANQPInfo()
/frameworks/base/wifi/java/android/net/wifi/
DAnqpInformationElement.java26 public class AnqpInformationElement { class
63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) { in AnqpInformationElement() method in AnqpInformationElement
DScanResult.java436 public AnqpInformationElement[] anqpElements;
469 this.anqpElements = new AnqpInformationElement[1]; in ScanResult()
471 new AnqpInformationElement(AnqpInformationElement.HOTSPOT20_VENDOR_ID, in ScanResult()
472 AnqpInformationElement.HS_OSU_PROVIDERS, osuProviders); in ScanResult()
682 for (AnqpInformationElement element : anqpElements) { in writeToParcel()
760 sr.anqpElements = new AnqpInformationElement[n];
768 new AnqpInformationElement(vendorId, elementId, payload);