Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1553 InformationElementUtil.getVendorSpecificIE(new InformationElement[] {ie1, ie2}); in testVendorSpecificIEWithOneVsaAndOneNonVsa()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java270 public static List<Vsa> getVendorSpecificIE(InformationElement[] ies) { in getVendorSpecificIE() method in InformationElementUtil
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java8345 List<InformationElementUtil.Vsa> vsas = InformationElementUtil.getVendorSpecificIE( in getOuiInternal()