OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPA
(Results
1 - 15
of
15
) sorted by null
/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_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
508
# and key_mgmt=
WPA
-NONE (fixed group key TKIP/CCMP).
WPA
-None requires
510
# proto=
WPA
, key_mgmt=
WPA
-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
552
#
WPA
=
WPA
/IEEE 802.11i/D3.0
554
# If not set, this defaults to:
WPA
RSN
557
#
WPA
-PSK = WPA pre-shared key (this requires 'psk' field
[
all
...]
/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
;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java
174
config.allowedProtocols.set(Protocol.
WPA
);
/frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java
54
/**
WPA
is not used; plaintext or static WEP could be used. */
56
/**
WPA
pre-shared key (requires {@code preSharedKey} to be specified). */
58
/**
WPA
using EAP authentication. Generally used with an external authentication server. */
82
/**
WPA
/IEEE 802.11i/D3.0 */
83
public static final int
WPA
= 0;
89
public static final String[] strings = { "
WPA
", "RSN" };
98
/** Open System authentication (required for
WPA
/WPA2) */
111
* Recognized pairwise ciphers for
WPA
.
216
* Pre-shared key for use with
WPA
-PSK.
252
* Defaults to
WPA
-PSK WPA-EAP
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 345 milliseconds