Home | History | Annotate | Download | only in wifi

Lines Matching refs:allowedGroupCiphers

365     public BitSet allowedGroupCiphers;
1414 allowedGroupCiphers = new BitSet();
1583 for (int gc = 0; gc < this.allowedGroupCiphers.size(); gc++) {
1584 if (this.allowedGroupCiphers.get(gc)) {
1965 allowedGroupCiphers = (BitSet) source.allowedGroupCiphers.clone();
2047 writeBitSet(dest, allowedGroupCiphers);
2115 config.allowedGroupCiphers = readBitSet(in);