OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anqpElements
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointNetworkScoreTest.java
51
public final Map<ANQPElementType, ANQPElement>
anqpElements
;
62
anqpElements
= elements;
135
NetworkDetail.Ant.FreePublic /* networkType */, null /*
anqpElements
*/,
145
NetworkDetail.Ant.FreePublic /* networkType */, null /*
anqpElements
*/,
156
NetworkDetail.Ant.FreePublic /* networkType */, null /*
anqpElements
*/,
167
NetworkDetail.Ant.Personal /* networkType */, null /*
anqpElements
*/,
179
TEST_ANQP_WITH_WAN_PORT_UP /*
anqpElements
*/,
191
TEST_ANQP_WITH_WAN_PORT_DOWN /*
anqpElements
*/,
204
TEST_ANQP_WITH_WAN_PORT_CAPPED /*
anqpElements
*/,
217
TEST_ANQP_WITH_UNRESTRICTED_IP /*
anqpElements
*/,
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
ScanResult.java
432
public AnqpInformationElement[]
anqpElements
;
443
this.
anqpElements
= new AnqpInformationElement[1];
444
this.
anqpElements
[0] =
522
anqpElements
= source.
anqpElements
;
638
if (
anqpElements
!= null) {
639
dest.writeInt(
anqpElements
.length);
640
for (AnqpInformationElement element :
anqpElements
) {
707
sr.
anqpElements
= new AnqpInformationElement[n];
714
sr.
anqpElements
[i]
[
all
...]
Completed in 48 milliseconds