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

  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 291 # WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key [IEEE 802.11]
292 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
533 group=CCMP TKIP WEP104 WEP40
550 # or WEP40 as the group cipher will not be accepted.
774 group=CCMP TKIP WEP104 WEP40
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 333 # WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key [IEEE 802.11]
334 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
585 group=CCMP TKIP WEP104 WEP40
602 # or WEP40 as the group cipher will not be accepted.
    [all...]
  /system/core/nexus/
WifiNetwork.h 60 static const uint32_t WEP40 = 0x01;
WifiNetwork.cpp 437 if (mask & GroupCiphersMask::WEP40)
438 strcat(accum, "WEP40 ");
645 if (!strcasecmp(v_token, "WEP40"))
646 *mask |= GroupCiphersMask::WEP40;
923 if (mWn->getGroupCiphers() & GroupCiphersMask::WEP40)
924 strcat(tmp, "WEP40");
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 180 * WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
186 /** WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11) */
187 public static final int WEP40 = 0;
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 9224 milliseconds