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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java150 * WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
156 /** WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11) */
157 public static final int WEP40 = 0; field in class:WifiConfiguration.GroupCipher
167 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" };
332 * Defaults to CCMP TKIP WEP104 WEP40.

Completed in 47 milliseconds