Home
last modified time | relevance | path

Searched refs:getHS2VendorSpecificIE (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java706 public void getHS2VendorSpecificIE() throws Exception { in getHS2VendorSpecificIE() method in InformationElementUtilTest
723 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIE()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java389 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()
507 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java95 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE() method in InformationElementUtil