OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSK
(Results
1 - 4
of
4
) 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_6/wpa_supplicant/
wpa_supplicant.conf
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/ipsec-tools/src/racoon/
prsa_tok.l
61
PSK
{ return TAG_PSK; }
Completed in 23 milliseconds