Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java133 public NetworkDetail(String bssid, ScanResult.InformationElement[] infoElements, in NetworkDetail() argument
135 if (infoElements == null) { in NetworkDetail()
182 for (ScanResult.InformationElement ie : infoElements) { in NetworkDetail()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java49 ArrayList<InformationElement> infoElements = new ArrayList<>(); in parseInformationElements() local
79 infoElements.add(ie); in parseInformationElements()
81 return infoElements.toArray(new InformationElement[infoElements.size()]); in parseInformationElements()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiInfo.java1370 public void setInformationElements(@Nullable List<ScanResult.InformationElement> infoElements) { in setInformationElements() argument
1371 if (infoElements == null) { in setInformationElements()
1375 mInformationElements = new ArrayList<>(infoElements); in setInformationElements()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaIface.hal191 * @param infoElements List of information elements to query for.
200 vec<AnqpInfoId> infoElements,
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1926 ArrayList<Short> infoElements, in initiateAnqpQuery() argument
1932 NativeUtil.macAddressToByteArray(bssid), infoElements, hs20SubTypes); in initiateAnqpQuery()
1942 java.util.ArrayList<Short> infoElements, java.util.ArrayList<Integer> subTypes) { in initiateAnqpQuery() argument
1949 macAddress, infoElements, subTypes); in initiateAnqpQuery()