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()
509 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchFQDNWithNAIRealmMismatch()
651 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMatch()
689 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumWithNAIRealmMisMatch()
760 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMatch()
799 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchRoamingConsortiumIeWithNAIRealmMismatch()
869 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMismatch()
907 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchThreeGPPNetworkWithNAIRealmMatch()
937 anqpElementMap.put(ANQPElementType.ANQPNAIRealm, in matchOnlyNAIRealmWithOtherInformationMismatch()
DPasspointManagerTest.java1744 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.java346 (NAIRealmElement) anqpElements.get(ANQPElementType.ANQPNAIRealm), in match()
DPasspointManager.java507 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;
2568 addAnqpElementToMap(elementsMap, ANQPNAIRealm, data.naiRealm); in onAnqpQueryDone()