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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java88 public static class Protocol { class in class:WifiConfiguration
89 private Protocol() { } method in class:WifiConfiguration.Protocol
127 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
141 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
153 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
247 * See {@link Protocol} for descriptions of the values.
359 if (p < Protocol.strings.length) {
360 sbuf.append(Protocol.strings[p]);

Completed in 13 milliseconds