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

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

Completed in 6 milliseconds