Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:PSK

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 only
398 # EAP-PSK/PAX/SAKE/GPSK.
407 # EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit
408 # PSK) is also configured using this field. For EAP-GPSK, this is a
409 # variable length PSK.
563 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
566 psk="very secret passphrase"
575 psk="very secret passphrase"
579 # Only WPA-PSK is used. Any valid cipher combination is accepted.
583 key_mgmt=WPA-PSK
586 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
590 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
594 key_mgmt=WPA-PSK
597 psk="not so secure passphrase"
676 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
682 key_mgmt=WPA-PSK WPA-EAP
685 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
688 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
692 psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
706 # EAP-PSK
708 ssid="eap-psk-test"
710 eap=PSK
816 psk="secret passphrase"
824 key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
827 psk="very secret passphrase"