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

/frameworks/base/core/java/com/android/internal/util/
H A DProtocol.java26 * codes with Message.what starting at Protocol.WIFI + 1 and less than or equal to Protocol.WIFI +
27 * Protocol.MAX_MESSAGE
34 public class Protocol { class
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java162 public static class Protocol { class in class:WifiConfiguration
163 private Protocol() { } method in class:WifiConfiguration.Protocol
201 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
215 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
227 /** Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] */
338 * See {@link Protocol} for descriptions of the values.
451 if (p < Protocol.strings.length) {
452 sbuf.append(Protocol.strings[p]);

Completed in 35 milliseconds