Searched defs:PairwiseCipher (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java196 public static class PairwiseCipher { class in class:WifiConfiguration
197 private PairwiseCipher() { } method in class:WifiConfiguration.PairwiseCipher
350 * See {@link PairwiseCipher} for descriptions of the values.
475 if (pc < PairwiseCipher.strings.length) {
476 sbuf.append(PairwiseCipher.strings[pc]);

Completed in 785 milliseconds