Home | History | Annotate | Download | only in wifi

Lines Matching defs:allowedGroupCiphers

405     public BitSet allowedGroupCiphers;
1509 allowedGroupCiphers = new BitSet();
1681 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) {
1682 if (this.allowedGroupCiphers.get(gc)) {
2043 allowedGroupCiphers = (BitSet) source.allowedGroupCiphers.clone();
2119 writeBitSet(dest, allowedGroupCiphers);
2185 config.allowedGroupCiphers = readBitSet(in);