HomeSort by relevance Sort by last modified time
    Searched refs:WEP104 (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 290 # WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
292 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
533 group=CCMP TKIP WEP104 WEP40
549 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
774 group=CCMP TKIP WEP104 WEP40
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 332 # WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
334 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
585 group=CCMP TKIP WEP104 WEP40
601 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104
    [all...]
  /system/core/nexus/
WifiNetwork.h 61 static const uint32_t WEP104 = 0x02;
WifiNetwork.cpp 439 if (mask & GroupCiphersMask::WEP104)
440 strcat(accum, "WEP104 ");
647 else if (!strcasecmp(v_token, "WEP104"))
648 *mask |= GroupCiphersMask::WEP104;
925 if (mWn->getGroupCiphers() & GroupCiphersMask::WEP104) {
928 strcat(tmp, "WEP104");
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 179 * WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
188 /** WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key */
189 public static final int WEP104 = 1;
197 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" };
320 * Defaults to CCMP TKIP WEP104 WEP40.
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 5580 milliseconds