OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSK
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/wpa/dist/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"
/src/share/examples/wpa_supplicant/
wpa_supplicant.conf
22
# simple WPA-
PSK
, a favourite with conferences and hotel networks
25
key_mgmt=WPA-
PSK
26
psk
="secretKey"
30
# a private WPA-
PSK
that doesn't broadcast its SSID
33
key_mgmt=WPA-
PSK
34
psk
="secretKey"
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ProfileSummary.h
50
const Kind
PSK
;
76
:
PSK
(K), DetailedSummary(std::move(DetailedSummary)),
82
Kind getKind() const { return
PSK
; }
/src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf
286
# WPA2-
PSK
credentials received using WPS.
287
# 0 = only add the explicitly listed WPA2-
PSK
configuration (default)
288
# 1 = add both the WPA2-
PSK
and SAE configuration and enable PMF so that the
290
# WPA2-Personal (
PSK
) and WPA3-Personal (SAE) APs).
434
# network configured with ieee80211w unset and key_mgmt=SAE WPA-
PSK
.
435
# In the example WPA-
PSK
will be used if the device does not support
447
# will not use SAE and instead fallback to
PSK
.
939
# WPA-
PSK
(with proto=RSN). In addition, key_mgmt=WPA-NONE (fixed group key
943
# both), and
psk
must also be set.
1009
# WPA-
PSK
= WPA pre-shared key (this requires 'psk' field
[
all
...]
wpas_kay.c
406
res = ieee802_1x_kay_create_mka(wpa_s->kay, ckn, cak, 0,
PSK
, false);
/src/crypto/dist/ipsec-tools/src/racoon/
prsa_tok.l
61
PSK
{ return TAG_PSK; }
/src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay.h
55
PSK
,
ieee802_1x_kay.c
2685
participant->mode ==
PSK
) {
3088
if (principal->retry_count < MAX_RETRY_CNT || principal->mode ==
PSK
) {
3650
case
PSK
:
3651
return "
PSK
";
3813
/* Disable MKA lifetime for
PSK
mode.
3818
if (mode !=
PSK
) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp
85
Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[
PSK
]));
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_kay.c
483
res = ieee802_1x_kay_create_mka(hapd->kay, ckn, cak, 0,
PSK
, true);
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c
3344
__AKM(
PSK
, PSK_OVER_802_1X);
5195
nla_put(msg, NL80211_ATTR_PMK, params->psk_len, params->
psk
))
7001
/* Add
PSK
in case of 4-way handshake offload */
7002
if (params->
psk
&&
7004
wpa_hexdump_key(MSG_DEBUG, " *
PSK
", params->
psk
, 32);
7005
if (nla_put(msg, NL80211_ATTR_PMK, 32, params->
psk
))
7080
if (params->req_key_mgmt_offload && params->
psk
&&
7083
wpa_printf(MSG_DEBUG, "nl80211: Key management set
PSK
");
7084
ret = issue_key_mgmt_set_key(drv, params->
psk
, 32)
[
all
...]
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026