Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:PSK

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 only
356 # EAP-PSK/PAX/SAKE/GPSK.
365 # EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit
366 # PSK) is also configured using this field. For EAP-GPSK, this is a
367 # variable length PSK.
511 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
514 psk="very secret passphrase"
523 psk="very secret passphrase"
527 # Only WPA-PSK is used. Any valid cipher combination is accepted.
531 key_mgmt=WPA-PSK
534 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
538 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
542 key_mgmt=WPA-PSK
545 psk="not so secure passphrase"
624 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
630 key_mgmt=WPA-PSK WPA-EAP
633 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
636 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
640 psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
654 # EAP-PSK
656 ssid="eap-psk-test"
658 eap=PSK
764 psk="secret passphrase"
772 key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
775 psk="very secret passphrase"