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

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

Completed in 42 milliseconds