Searched defs:hs20Subtypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java750 * @param hs20Subtypes Set of HS20 subtypes.
753 public boolean requestAnqp(String bssid, Set<Integer> anqpIds, Set<Integer> hs20Subtypes) { argument
755 && (hs20Subtypes == null || hs20Subtypes.isEmpty()))) {
764 hs20SubtypeList.addAll(hs20Subtypes);

Completed in 82 milliseconds