Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1475 InformationElementUtil.Vsa vsa = in getHS2VendorSpecificIEWithDomainIdOnly()
1505 InformationElementUtil.Vsa vsa = in getHS2VendorSpecificIEWithDomainIdAndPpsMoId()
1535 InformationElementUtil.Vsa vsa = in testHS2VendorSpecificIEWithDomainIdAndPpsMoIdBitsIncorrectSize()
1552 List<InformationElementUtil.Vsa> vsas = in testVendorSpecificIEWithOneVsaAndOneNonVsa()
2134 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithApCapabilityIndicationAttr()
2176 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithAssociationDisallowedAttr()
2216 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in parseMboOceIeWithOceCapabilityIndicationAttr()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1069 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchProviderWithAnqpCacheMissed()
1201 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingProvidersUpdatedConfigWithFullImsiSimCredential()
1240 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingFqdnsForScanResults()
1559 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getMatchingOsuProvidersWithMatch()
2370 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchHomeProviderWhenHomeProviderNotExpired()
2420 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchRoamingProviderUnsetWhenHomeProviderExpired()
2472 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in matchRoamingProviderNonExpiredWhenHomeProviderExpired()
2779 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in verifyRequestVenueUrlAnqpElement()
2896 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in testGetVenueUrl()
2952 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in testGetVenueUrlNoAnqpEntry()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java248 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE()
249 Vsa vsa = new Vsa(); in getHS2VendorSpecificIE()
270 public static List<Vsa> getVendorSpecificIE(InformationElement[] ies) { in getVendorSpecificIE()
271 List<Vsa> vsas = new ArrayList<>(); in getVendorSpecificIE()
276 Vsa vsa = new Vsa(); in getVendorSpecificIE()
1624 public static class Vsa { class in InformationElementUtil
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java915 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()
1042 InformationElementUtil.Vsa vsa = in getANQPElements()
1533 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in requestVenueUrlAnqpElement()
1560 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getVenueUrl()
DNetworkDetail.java194 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in NetworkDetail()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java8345 List<InformationElementUtil.Vsa> vsas = InformationElementUtil.getVendorSpecificIE( in getOuiInternal()
8347 for (InformationElementUtil.Vsa vsa : vsas) { in getOuiInternal()