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

  /external/wpa_supplicant/examples/
wpa-psk-tkip.conf 1 # WPA-PSK/TKIP
9 pairwise=TKIP
10 group=TKIP
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpa-psk-tkip.conf 1 # WPA-PSK/TKIP
9 pairwise=TKIP
10 group=TKIP
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa-psk-tkip.conf 1 # WPA-PSK/TKIP
9 pairwise=TKIP
10 group=TKIP
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 246 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has
248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
282 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
285 # If not set, this defaults to: CCMP TKIP
289 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
292 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
335 # enforce rekeying of PTK to mitigate some attacks against TKIP deficiencies.
532 pairwise=CCMP TKIP
533 group=CCMP TKIP WEP104 WEP40
538 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeyin
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 277 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). WPA-None requires
279 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
324 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
327 # If not set, this defaults to: CCMP TKIP
331 # TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
334 # If not set, this defaults to: CCMP TKIP WEP104 WEP40
377 # enforce rekeying of PTK to mitigate some attacks against TKIP deficiencies.
584 pairwise=CCMP TKIP
585 group=CCMP TKIP WEP104 WEP40
590 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeyin
    [all...]
  /system/core/nexus/
WifiNetwork.h 54 static const uint32_t TKIP = 0x01;
62 static const uint32_t TKIP = 0x04;
WifiNetwork.cpp 419 if (mask & PairwiseCiphersMask::TKIP)
420 strcat(accum, "TKIP ");
441 if (mask & GroupCiphersMask::TKIP)
442 strcat(accum, "TKIP ");
614 if (!strcasecmp(v_token, "TKIP"))
615 *mask |= PairwiseCiphersMask::TKIP;
649 else if (!strcasecmp(v_token, "TKIP"))
650 *mask |= GroupCiphersMask::TKIP;
891 if (mWn->getPairwiseCiphers() & PairwiseCiphersMask::TKIP)
892 strcat(tmp, "TKIP");
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 165 public static final int TKIP = 1;
171 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
178 * TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
191 public static final int TKIP = 2;
197 public static final String[] strings = { "WEP40", "WEP104", "TKIP", "CCMP" };
314 * Defaults to CCMP TKIP.
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 3117 milliseconds