2020-10-15 20:47:29 +00:00
|
|
|
From 72ee1e934e98ea87e4de292958817e724114703e Mon Sep 17 00:00:00 2001
|
|
|
|
From: Lubomir Rintel <lkundrak@v3.sk>
|
|
|
|
Date: Fri, 6 Sep 2019 09:46:00 +0200
|
|
|
|
Subject: [PATCH] defconfig: Fedora configuration
|
|
|
|
|
|
|
|
---
|
2021-02-03 22:20:24 +00:00
|
|
|
wpa_supplicant/defconfig | 16 +++++++++-------
|
|
|
|
1 file changed, 9 insertions(+), 7 deletions(-)
|
2020-10-15 20:47:29 +00:00
|
|
|
|
|
|
|
--- a/wpa_supplicant/defconfig
|
|
|
|
+++ b/wpa_supplicant/defconfig
|
|
|
|
@@ -146,7 +146,7 @@ CONFIG_EAP_PAX=y
|
|
|
|
CONFIG_EAP_LEAP=y
|
|
|
|
|
|
|
|
# EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
|
|
|
|
-#CONFIG_EAP_AKA=y
|
|
|
|
+CONFIG_EAP_AKA=y
|
|
|
|
|
|
|
|
# EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
|
|
|
|
# This requires CONFIG_EAP_AKA to be enabled, too.
|
2021-11-22 15:56:14 +00:00
|
|
|
@@ -338,6 +338,7 @@ CONFIG_BACKEND=file
|
2020-10-15 20:47:29 +00:00
|
|
|
# Select which ciphers to use by default with OpenSSL if the user does not
|
|
|
|
# specify them.
|
|
|
|
#CONFIG_TLS_DEFAULT_CIPHERS="DEFAULT:!EXP:!LOW"
|
|
|
|
+CONFIG_TLS_DEFAULT_CIPHERS="PROFILE=SYSTEM:3DES"
|
|
|
|
|
|
|
|
# If CONFIG_TLS=internal is used, additional library and include paths are
|
|
|
|
# needed for LibTomMath. Alternatively, an integrated, minimal version of
|
2022-02-02 16:06:48 +00:00
|
|
|
@@ -390,7 +391,7 @@ CONFIG_CTRL_IFACE_DBUS_INTRO=y
|
|
|
|
#CONFIG_DYNAMIC_EAP_METHODS=y
|
|
|
|
|
|
|
|
# IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
|
|
|
|
-CONFIG_IEEE80211R=y
|
|
|
|
+#CONFIG_IEEE80211R=y
|
|
|
|
|
|
|
|
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
|
|
|
|
CONFIG_DEBUG_FILE=y
|
2021-11-22 15:56:14 +00:00
|
|
|
@@ -469,7 +470,7 @@ CONFIG_DEBUG_SYSLOG=y
|
2020-10-15 20:47:29 +00:00
|
|
|
# Should we attempt to use the getrandom(2) call that provides more reliable
|
|
|
|
# yet secure randomness source than /dev/random on Linux 3.17 and newer.
|
|
|
|
# Requires glibc 2.25 to build, falls back to /dev/random if unavailable.
|
|
|
|
-#CONFIG_GETRANDOM=y
|
|
|
|
+CONFIG_GETRANDOM=y
|
|
|
|
|
2021-11-22 15:56:14 +00:00
|
|
|
# IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
|
|
|
|
CONFIG_IEEE80211AC=y
|
|
|
|
@@ -587,7 +588,7 @@ CONFIG_IBSS_RSN=y
|
2020-10-15 20:47:29 +00:00
|
|
|
#CONFIG_PMKSA_CACHE_EXTERNAL=y
|
|
|
|
|
|
|
|
# Mesh Networking (IEEE 802.11s)
|
|
|
|
-#CONFIG_MESH=y
|
|
|
|
+CONFIG_MESH=y
|
|
|
|
|
|
|
|
# Background scanning modules
|
|
|
|
# These can be used to request wpa_supplicant to perform background scanning
|
2021-11-22 15:56:14 +00:00
|
|
|
@@ -601,7 +602,7 @@ CONFIG_BGSCAN_SIMPLE=y
|
2020-10-15 20:47:29 +00:00
|
|
|
|
|
|
|
# Opportunistic Wireless Encryption (OWE)
|
|
|
|
# Experimental implementation of draft-harkins-owe-07.txt
|
|
|
|
-#CONFIG_OWE=y
|
|
|
|
+CONFIG_OWE=y
|
|
|
|
|
2022-01-20 09:46:20 +00:00
|
|
|
# Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)
|
2021-02-03 22:20:24 +00:00
|
|
|
CONFIG_DPP=y
|
2022-02-02 16:06:48 +00:00
|
|
|
@@ -633,3 +634,6 @@ CONFIG_DPP2=y
|
2021-11-22 15:56:14 +00:00
|
|
|
# design is still subject to change. As such, this should not yet be enabled in
|
|
|
|
# production use.
|
|
|
|
#CONFIG_PASN=y
|
|
|
|
+#
|
2021-02-03 22:20:24 +00:00
|
|
|
+CONFIG_SUITEB192=y
|
2021-11-22 15:56:14 +00:00
|
|
|
+
|