OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anqpDomainId
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPNetworkKey.java
37
public ANQPNetworkKey(String ssid, long bssid, long hessid, int
anqpDomainID
) {
41
mAnqpDomainID =
anqpDomainID
;
56
* @param
anqpDomainId
The ANQP Domain ID of the AP
59
public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int
anqpDomainId
) {
60
if (
anqpDomainId
== 0) {
63
return new ANQPNetworkKey(null, 0, hessid,
anqpDomainId
);
65
return new ANQPNetworkKey(ssid, 0, 0,
anqpDomainId
);
/frameworks/base/wifi/java/android/net/wifi/
ScanResult.java
58
public int
anqpDomainId
;
435
public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int
anqpDomainId
,
441
this.
anqpDomainId
=
anqpDomainId
;
479
public ScanResult(String Ssid, String BSSID, long hessid, int
anqpDomainId
, String caps,
486
this.
anqpDomainId
=
anqpDomainId
;
504
public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int
anqpDomainId
,
508
this(Ssid, BSSID, hessid,
anqpDomainId
, caps, level, frequency, tsf, distCm,
520
anqpDomainId
= source.anqpDomainId
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
OSUInfo.java
50
mAnqpDomID = scanResult.
anqpDomainId
;
Completed in 104 milliseconds