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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java115 public static class Protocol { class in class:WifiConfiguration
116 private Protocol() { } method in class:WifiConfiguration.Protocol
154 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
168 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
180 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
274 * See {@link Protocol} for descriptions of the values.
342 if (p < Protocol.strings.length) {
343 sbuf.append(Protocol.strings[p]);

Completed in 59 milliseconds