Home
last modified time | relevance | path

Searched refs:ANQPNAIRealm (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPRequestManagerTest.java54 Constants.ANQPElementType.ANQPNAIRealm,
61 Constants.ANQPElementType.ANQPNAIRealm,
69 Constants.ANQPElementType.ANQPNAIRealm,
80 Constants.ANQPElementType.ANQPNAIRealm,
DPasspointProviderTest.java472 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMatch()
510 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMismatch()
653 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMatch()
691 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMisMatch()
762 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMatch()
807 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMismatch()
877 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMismatch()
915 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMatch()
945 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchOnlyNAIRealmWithOtherInformationMismatch()
DPasspointManagerTest.java1746 anqpElementMapOfAp1.put(ANQPElementType.ANQPNAIRealm, in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DConstants.java58 ANQPNAIRealm, enumConstant
84 sAnqpMap.put(ANQP_NAI_REALM, ANQPElementType.ANQPNAIRealm); in sAnqpMap.put() argument
DNAIRealmElement.java43 super(Constants.ANQPElementType.ANQPNAIRealm); in NAIRealmElement()
DANQPParser.java67 case ANQPNAIRealm: in parseElement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DAnqpEvent.java37 sWpsNames.put("anqp_nai_realm", Constants.ANQPElementType.ANQPNAIRealm);
DANQPRequestManager.java73 Constants.ANQPElementType.ANQPNAIRealm,
DPasspointProvider.java353 (NAIRealmElement) anqpElements.get(ANQPElementType.ANQPNAIRealm), in match()
DPasspointManager.java512 Constants.ANQPElementType.ANQPNAIRealm); in findEapMethodFromNAIRealmMatchedWithCarrier()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DANQPParserTest.java353 ANQPParser.parseElement(Constants.ANQPElementType.ANQPNAIRealm, buffer)); in parseNAIRealmElement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java26 import static com.android.server.wifi.hotspot2.anqp.Constants.ANQPElementType.ANQPNAIRealm;
2592 addAnqpElementToMap(elementsMap, ANQPNAIRealm, data.naiRealm); in onAnqpQueryDone()