From 5af02f03a9f8625cbfc49a0ee8920497c47e5b21 Mon Sep 17 00:00:00 2001 From: Mathy Date: Sun, 16 Oct 2022 17:31:10 +0200 Subject: [PATCH] fragattacks: disable MACSEC so hostap compiles on old platforms --- wpa_supplicant/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 538f798fc..ff2e8c3d2 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -77,7 +77,7 @@ CONFIG_DRIVER_WIRED=y #CONFIG_DRIVER_MACSEC_QCA=y # Driver interface for Linux MACsec drivers -CONFIG_DRIVER_MACSEC_LINUX=y +#CONFIG_DRIVER_MACSEC_LINUX=y # Driver interface for the Broadcom RoboSwitch family #CONFIG_DRIVER_ROBOSWITCH=y @@ -183,7 +183,7 @@ CONFIG_EAP_IKEV2=y #CONFIG_EAP_EKE=y # MACsec -CONFIG_MACSEC=y +#CONFIG_MACSEC=y # PKCS#12 (PFX) support (used to read private key and certificate file from # a file that usually has extension .p12 or .pfx)