Home
last modified time | relevance | path

Searched refs:Vsa (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1144 InformationElementUtil.Vsa vsa = in getHS2VendorSpecificIEWithDomainIdOnly()
1174 InformationElementUtil.Vsa vsa = in getHS2VendorSpecificIEWithDomainIdAndPpsMoId()
1204 InformationElementUtil.Vsa vsa = in testHS2VendorSpecificIEWithDomainIdAndPpsMoIdBitsIncorrectSize()
1718 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithApCapabilityIndicationAttr()
1760 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithAssociationDisallowedAttr()
1800 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithOceCapabilityIndicationAttr()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1027 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchProviderWithAnqpCacheMissed()
1200 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingProvidersUpdatedConfigWithFullImsiSimCredential()
1239 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingFqdnsForScanResults()
1529 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getMatchingOsuProvidersWithMatch()
2336 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchHomeProviderWhenHomeProviderNotExpired()
2386 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchRoamingProviderUnsetWhenHomeProviderExpired()
2438 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchRoamingProviderNonExpiredWhenHomeProviderExpired()
2707 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in verifyRequestVenueUrlAnqpElement()
2818 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in testGetVenueUrl()
2874 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in testGetVenueUrlNoAnqpEntry()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java112 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE()
113 Vsa vsa = new Vsa(); in getHS2VendorSpecificIE()
710 public static class Vsa { class in InformationElementUtil
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java153 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in NetworkDetail()
DPasspointManager.java880 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()
1007 InformationElementUtil.Vsa vsa = in getANQPElements()
1441 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in requestVenueUrlAnqpElement()
1468 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getVenueUrl()