Blame SOURCES/wpa_supplicant-config.patch

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