OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSK
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant/examples/
wpa-psk-tkip.conf
1
# WPA-
PSK
/TKIP
6
ssid="example wpa-
psk
network"
7
key_mgmt=WPA-
PSK
11
psk
="secret passphrase"
/external/wpa_supplicant_6/wpa_supplicant/examples/
wpa-psk-tkip.conf
1
# WPA-
PSK
/TKIP
6
ssid="example wpa-
psk
network"
7
key_mgmt=WPA-
PSK
11
psk
="secret passphrase"
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpa-psk-tkip.conf
1
# WPA-
PSK
/TKIP
6
ssid="example wpa-
psk
network"
7
key_mgmt=WPA-
PSK
11
psk
="secret passphrase"
/external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig
249
# both), and
psk
must also be set.
264
# WPA-
PSK
= WPA pre-shared key (this requires '
psk
' field)
269
# WPA-
PSK
-SHA256 = Like WPA-
PSK
but using stronger SHA256-based algorithms
271
# If not set, this defaults to: WPA-
PSK
WPA-EAP
294
#
psk
: WPA preshared key; 256-bit pre-shared key
295
# The key used in WPA-
PSK
mode can be entered either as 64 hex-digits, i.e.,
296
# 32 bytes or as an ASCII passphrase (in which case, the real
PSK
will be
302
# startup and reconfiguration time can be optimized by generating the
PSK
onl
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig
280
# both), and
psk
must also be set.
306
# WPA-
PSK
= WPA pre-shared key (this requires '
psk
' field)
311
# WPA-
PSK
-SHA256 = Like WPA-
PSK
but using stronger SHA256-based algorithms
313
# If not set, this defaults to: WPA-
PSK
WPA-EAP
336
#
psk
: WPA preshared key; 256-bit pre-shared key
337
# The key used in WPA-
PSK
mode can be entered either as 64 hex-digits, i.e.,
338
# 32 bytes or as an ASCII passphrase (in which case, the real
PSK
will be
344
# startup and reconfiguration time can be optimized by generating the
PSK
onl
[
all
...]
/external/ipsec-tools/src/racoon/
prsa_tok.l
61
PSK
{ return TAG_PSK; }
/external/openssl/android.testssl/
testssl
157
echo test tls1 with
PSK
158
$ssltest -tls1 -cipher
PSK
-
psk
abc123 $extra || exit 1
160
echo test tls1 with
PSK
via BIO pair
161
$ssltest -bio_pair -tls1 -cipher
PSK
-
psk
abc123 $extra || exit 1
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java
74
static final int
PSK
= 2;
84
} else if (security.equalsIgnoreCase("
PSK
")) {
85
return
PSK
;
208
case
PSK
:
240
} else if (securityType ==
PSK
) {
Completed in 580 milliseconds