Searched refs:anqpDomainId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java57 public int anqpDomainId; field in class:ScanResult
353 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, argument
359 this.anqpDomainId = anqpDomainId;
397 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, argument
404 this.anqpDomainId = anqpDomainId;
422 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, argument
426 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm,
438 anqpDomainId
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUInfo.java45 mAnqpDomID = scanResult.anqpDomainId;

Completed in 2218 milliseconds