HomeSort by relevance Sort by last modified time
    Searched refs:AnqpInformationElement (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
AnqpInformationElement.java 26 public class AnqpInformationElement {
63 public AnqpInformationElement(int vendorId, int elementId, byte[] payload) {
ScanResult.java 432 public AnqpInformationElement[] anqpElements;
443 this.anqpElements = new AnqpInformationElement[1];
445 new AnqpInformationElement(AnqpInformationElement.HOTSPOT20_VENDOR_ID,
446 AnqpInformationElement.HS_OSU_PROVIDERS, osuProviders);
640 for (AnqpInformationElement element : anqpElements) {
707 sr.anqpElements = new AnqpInformationElement[n];
715 new AnqpInformationElement(vendorId, elementId, payload);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCache.java 3 import android.net.wifi.AnqpInformationElement;
82 AnqpInformationElement[] osuInfo = scanResult.anqpElements;
92 private void putResult(ScanResult scanResult, AnqpInformationElement[] elements) {
93 for (AnqpInformationElement ie : elements) {
96 if (ie.getElementId() == AnqpInformationElement.HS_OSU_PROVIDERS
97 && ie.getVendorId() == AnqpInformationElement.HOTSPOT20_VENDOR_ID) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetail.java 19 import android.net.wifi.AnqpInformationElement;
110 mScanResult.anqpElements = new AnqpInformationElement[1];
112 new AnqpInformationElement(AnqpInformationElement.HOTSPOT20_VENDOR_ID,
113 AnqpInformationElement.HS_OSU_PROVIDERS, osuProviders.getPayload());

Completed in 458 milliseconds