Searched refs:beaconCap (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DInformationElementUtilTest.java262 BitSet beaconCap = new BitSet(16);
263 beaconCap.set(4);
267 capabilities.from(ies, beaconCap);
288 BitSet beaconCap = new BitSet(16);
289 beaconCap.set(4);
293 capabilities.from(ies, beaconCap);
317 BitSet beaconCap = new BitSet(16);
318 beaconCap.set(4);
321 capabilities.from(ies, beaconCap);
341 BitSet beaconCap
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java647 * @param beaconCap -- 16-bit Beacon Capability Information field
650 public void from(InformationElement[] ies, BitSet beaconCap) { argument
656 if (ies == null || beaconCap == null) {
659 isESS = beaconCap.get(CAP_ESS_BIT_OFFSET);
660 isPrivacy = beaconCap.get(CAP_PRIVACY_BIT_OFFSET);

Completed in 73 milliseconds