Searched refs:AnqpInformationElement (Results 1 – 3 of 3) sorted by relevance
19 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()
26 public class AnqpInformationElement { class63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) { in AnqpInformationElement() method in AnqpInformationElement
436 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);