Searched refs:ANQPNAIRealm (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | ANQPRequestManagerTest.java | 54 Constants.ANQPElementType.ANQPNAIRealm, 61 Constants.ANQPElementType.ANQPNAIRealm, 69 Constants.ANQPElementType.ANQPNAIRealm, 80 Constants.ANQPElementType.ANQPNAIRealm,
|
D | PasspointProviderTest.java | 472 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()
|
D | PasspointManagerTest.java | 1746 anqpElementMapOfAp1.put(ANQPElementType.ANQPNAIRealm, in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | Constants.java | 58 ANQPNAIRealm, enumConstant 84 sAnqpMap.put(ANQP_NAI_REALM, ANQPElementType.ANQPNAIRealm); in sAnqpMap.put() argument
|
D | NAIRealmElement.java | 43 super(Constants.ANQPElementType.ANQPNAIRealm); in NAIRealmElement()
|
D | ANQPParser.java | 67 case ANQPNAIRealm: in parseElement()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | AnqpEvent.java | 37 sWpsNames.put("anqp_nai_realm", Constants.ANQPElementType.ANQPNAIRealm);
|
D | ANQPRequestManager.java | 73 Constants.ANQPElementType.ANQPNAIRealm,
|
D | PasspointProvider.java | 353 (NAIRealmElement) anqpElements.get(ANQPElementType.ANQPNAIRealm), in match()
|
D | PasspointManager.java | 512 Constants.ANQPElementType.ANQPNAIRealm); in findEapMethodFromNAIRealmMatchedWithCarrier()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPParserTest.java | 353 ANQPParser.parseElement(Constants.ANQPElementType.ANQPNAIRealm, buffer)); in parseNAIRealmElement()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHal.java | 26 import static com.android.server.wifi.hotspot2.anqp.Constants.ANQPElementType.ANQPNAIRealm; 2592 addAnqpElementToMap(elementsMap, ANQPNAIRealm, data.naiRealm); in onAnqpQueryDone()
|