HomeSort by relevance Sort by last modified time
    Searched refs:beaconCap (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java 262 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 = new BitSet(16)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
InformationElementUtil.java 638 * @param beaconCap -- 16-bit Beacon Capability Information field
641 public void from(InformationElement[] ies, BitSet beaconCap) {
647 if (ies == null || beaconCap == null) {
650 isESS = beaconCap.get(CAP_ESS_BIT_OFFSET);
651 isPrivacy = beaconCap.get(CAP_PRIVACY_BIT_OFFSET);
    [all...]

Completed in 80 milliseconds