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

  /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_8/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.orig 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...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 96 # parameters (e.g., WPA IE generation); this mode can also be used with
97 # non-WPA drivers when using IEEE 802.1X mode; do not try to associate with
306 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). WPA-None requires
308 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
330 # WPA = WPA/IEEE 802.11i/D3.0
332 # If not set, this defaults to: WPA RSN
335 # 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)
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 55 WPA,
105 case WPA:
129 boolean wpa = result.capabilities.contains("WPA-PSK");
131 if (wpa2 && wpa) {
135 } else if (wpa) {
136 return PskType.WPA;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/
makefile 4 SUPPL ?= WPA
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 233 @echo SUPPL = $(SUPPL) // WPA or DEVICESCAPE
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 137 /** WPA is not used; plaintext or static WEP could be used. */
139 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
141 /** WPA using EAP authentication. Generally used with an external authentication server. */
165 /** WPA/IEEE 802.11i/D3.0 */
166 public static final int WPA = 0;
172 public static final String[] strings = { "WPA", "RSN" };
181 /** Open System authentication (required for WPA/WPA2) */
194 * Recognized pairwise ciphers for WPA.
297 * Pre-shared key for use with WPA-PSK.
333 * Defaults to WPA-PSK WPA-EAP
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 235 milliseconds