Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:psk

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)
1014 # WPA-NONE = WPA-None for IBSS (deprecated; use proto=RSN key_mgmt=WPA-PSK
1016 # FT-PSK = Fast BSS Transition (IEEE 802.11r) with pre-shared key
1020 # WPA-PSK-SHA256 = Like WPA-PSK but using stronger SHA256-based algorithms
1023 # authentication with stronger security than WPA-PSK especially when using
1035 # If not set, this defaults to: WPA-PSK WPA-EAP
1045 # (and similarly for WPA-PSK and WPA-PSK-SHA256 if WPA2-Personal is used)
1085 # psk: WPA preshared key; 256-bit pre-shared key
1086 # The key used in WPA-PSK mode can be entered either as 64 hex-digits, i.e.,
1087 # 32 bytes or as an ASCII passphrase (in which case, the real PSK will be
1089 # 8 and 63 characters (inclusive). ext:<name of external PSK field> format can
1090 # be used to indicate that the PSK/passphrase is stored in external storage.
1094 # startup and reconfiguration time can be optimized by generating the PSK only
1097 # mem_only_psk: Whether to keep PSK/passphrase only in memory
1098 # 0 = allow psk/passphrase to be stored to the configuration file
1099 # 1 = do not store psk/passphrase to the configuration file
1104 # passphrase from the psk parameter is used if this separate parameter is not
1105 # used, but psk follows the WPA-PSK constraints (8..63 characters) even though
1237 # EAP-PSK/PAX/SAKE/GPSK.
1247 # EAP-PSK (128-bit PSK), EAP-PAX (128-bit PSK), and EAP-SAKE (256-bit
1248 # PSK) is also configured using this field. For EAP-GPSK, this is a
1249 # variable length PSK. ext:<name of external password field> format can
1613 # bit 0 (0x01): WPA3-Personal (i.e., disable WPA2-Personal = WPA-PSK
1767 # Simple case: WPA-PSK, PSK as an ASCII passphrase, allow all valid ciphers
1770 psk="very secret passphrase"
1779 psk="very secret passphrase"
1783 # Only WPA-PSK is used. Any valid cipher combination is accepted.
1787 key_mgmt=WPA-PSK
1790 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1794 # WPA-Personal(PSK) with TKIP and enforcement for frequent PTK rekeying
1798 key_mgmt=WPA-PSK
1801 psk="not so secure passphrase"
1880 # Both WPA-PSK and WPA-EAP is accepted. Only CCMP is accepted as pairwise and
1886 key_mgmt=WPA-PSK WPA-EAP
1889 psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
1892 # Special characters in SSID, so use hex string. Default to WPA-PSK, WPA-EAP
1896 psk=000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
1910 # EAP-PSK
1912 ssid="eap-psk-test"
1914 eap=PSK
2014 key_mgmt=WPA-PSK
2016 psk="12345678"
2032 psk="secret passphrase"
2049 psk="very secret passphrase"
2057 key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
2060 psk="very secret passphrase"
2119 psk="very secret passphrase"
2127 psk="very secret passphrase"