Home | History | Annotate | Download | only in wifi

Lines Matching refs:allowedPairwiseCiphers

790         if (externalConfig.allowedPairwiseCiphers != null
791 && !externalConfig.allowedPairwiseCiphers.isEmpty()) {
792 internalConfig.allowedPairwiseCiphers =
793 (BitSet) externalConfig.allowedPairwiseCiphers.clone();
845 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
846 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.TKIP);