OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anqpDomainID
(Results
1 - 5
of
5
) 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
);
PasspointManager.java
342
vsa.
anqpDomainID
);
453
scanResult.SSID, bssid, scanResult.hessid, vsa.
anqpDomainID
));
NetworkDetail.java
254
mAnqpDomainID = vsa.
anqpDomainID
;
494
"HSRelease=%s,
AnqpDomainID
=%d, " +
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java
302
public int
anqpDomainID
= 0; // No domain ID treated the same as a 0; unique info per AP.
324
anqpDomainID
= data.getShort() & Constants.SHORT_MASK;
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java
725
assertEquals(0x2211, vsa.
anqpDomainID
);
[
all
...]
Completed in 48 milliseconds