Searched defs:allowedPairwiseCiphers (Results 1 - 1 of 1) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java353 public BitSet allowedPairwiseCiphers; field in class:WifiConfiguration
412 allowedPairwiseCiphers = new BitSet();
472 for (int pc = 0; pc < this.allowedPairwiseCiphers.size(); pc++) {
473 if (this.allowedPairwiseCiphers.get(pc)) {
606 allowedPairwiseCiphers = (BitSet) source.allowedPairwiseCiphers.clone();
635 writeBitSet(dest, allowedPairwiseCiphers);
665 config.allowedPairwiseCiphers = readBitSet(in);

Completed in 45 milliseconds