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

  /external/wpa_supplicant/examples/
wpa-psk-tkip.conf 0 # WPA-PSK/TKIP
6 ssid="example wpa-psk network"
7 key_mgmt=WPA-PSK
8 proto=WPA
wpa2-eap-ccmp.conf 7 key_mgmt=WPA-EAP
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpa-psk-tkip.conf 0 # WPA-PSK/TKIP
6 ssid="example wpa-psk network"
7 key_mgmt=WPA-PSK
8 proto=WPA
wpa2-eap-ccmp.conf 7 key_mgmt=WPA-EAP
openCryptoki.conf 24 key_mgmt=WPA-EAP
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 94 # parameters (e.g., WPA IE generation); this mode can also be used with
95 # non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
246 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has
247 # to be set to 2 for IBSS. WPA-None requires following network block options:
248 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
259 # WPA = WPA/IEEE 802.11i/D3.0
261 # If not set, this defaults to: WPA RSN
264 # WPA-PSK = WPA pre-shared key (this requires 'psk' field
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/
Makefile 11 # WPA = Point to TI's supplicant
14 # enable WPA enterprise authorization modes
46 ifeq ($(SUPPL),WPA)
103 ifeq ($(SUPPL), WPA)
  /system/wlan/ti/wilink_6_1/CUDK/
Makefile 11 # WPA = Point to TI's supplicant
14 # enable WPA enterprise authorization modes
46 ifeq ($(SUPPL),WPA)
103 ifeq ($(SUPPL), WPA)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
makefile 4 SUPPL ?= WPA
  /system/core/nexus/
WifiNetwork.h 40 static const uint32_t WPA = 0x01;
225 * Pre-shared key for use with WPA-PSK
269 * The set of pairwise ciphers for WPA supported by this configuration.
274 * The set of group ciphers for WPA supported by this configuration.
WifiNetwork.cpp 351 strcat(accum, "WPA-PSK");
355 strcat(accum, "WPA-EAP");
375 if (mask & SecurityProtocolMask::WPA)
376 strcpy(accum, "WPA ");
522 if (!strcasecmp(v_token, "WPA-PSK"))
524 else if (!strcasecmp(v_token, "WPA-EAP"))
554 if (!strcasecmp(v_token, "WPA"))
555 *mask |= SecurityProtocolMask::WPA;
778 strcat(tmp, "WPA-PSK");
782 strcat(tmp, "WPA-EAP")
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 98 $(COMSRC)/core/rsn/adm_ctrl/WPA \
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 97 /** WPA is not used; plaintext or static WEP could be used. */
99 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
101 /** WPA using EAP authentication. Generally used with an external authentication server. */
118 /** WPA/IEEE 802.11i/D3.0 */
119 public static final int WPA = 0;
125 public static final String[] strings = { "WPA", "RSN" };
134 /** Open System authentication (required for WPA/WPA2) */
147 * Recognized pairwise ciphers for WPA.
233 * Pre-shared key for use with WPA-PSK.
269 * Defaults to WPA-PSK WPA-EAP
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 233 @echo SUPPL = $(SUPPL) // WPA or DEVICESCAPE
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 248 @echo SUPPL = $(SUPPL) // WPA or DEVICESCAPE
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 212 milliseconds