Searched refs:infoElements (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java121 public NetworkDetail(String bssid, ScanResult.InformationElement[] infoElements, argument
123 if (infoElements == null) {
162 for (ScanResult.InformationElement ie : infoElements) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java41 ArrayList<InformationElement> infoElements = new ArrayList<>();
62 infoElements.add(ie);
64 return infoElements.toArray(new InformationElement[infoElements.size()]);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1119 * @param infoElements ANQP elements to be queried. Refer to ISupplicantStaIface.AnqpInfoId.
1123 public boolean initiateAnqpQuery(String bssid, ArrayList<Short> infoElements, argument
1127 NativeUtil.macAddressToByteArray(bssid), infoElements, hs20SubTypes);
1136 java.util.ArrayList<Short> infoElements, java.util.ArrayList<Integer> subTypes) {
1142 infoElements, subTypes);
1135 initiateAnqpQuery(byte[ ] macAddress, java.util.ArrayList<Short> infoElements, java.util.ArrayList<Integer> subTypes) argument

Completed in 827 milliseconds