]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Enable MACsec
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 Feb 2019 13:44:13 +0000 (14:44 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 28 Dec 2019 16:28:10 +0000 (18:28 +0200)
Debian and Fedora enable it, NetworkManager uses it.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
wpa_supplicant/defconfig

index 792ab24efff7201e5b652fc6379e215d48d82574..c8091fee92b4006f52ad7f8de87a9e761ef90cd3 100644 (file)
@@ -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)