From: Jouni Malinen Date: Sun, 17 Dec 2023 16:35:48 +0000 (+0200) Subject: tests: Include MACsec in example configuration X-Git-Tag: hostap_2_11~631 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1a2d9bbcbec95db7845847fc857cd2a1ab492a0;p=thirdparty%2Fhostap.git tests: Include MACsec in example configuration Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/example-hostapd.config b/tests/hwsim/example-hostapd.config index cb0c102d3..210b7fb86 100644 --- a/tests/hwsim/example-hostapd.config +++ b/tests/hwsim/example-hostapd.config @@ -80,6 +80,9 @@ CFLAGS += -DALL_DH_GROUPS CONFIG_FST=y CONFIG_FST_TEST=y +CONFIG_MACSEC=y +CONFIG_DRIVER_MACSEC_LINUX=y + CONFIG_TESTING_OPTIONS=y CFLAGS += -DCONFIG_RADIUS_TEST CONFIG_MODULE_TESTS=y diff --git a/tests/hwsim/example-wpa_supplicant.config b/tests/hwsim/example-wpa_supplicant.config index d2cd822ad..123f397e3 100644 --- a/tests/hwsim/example-wpa_supplicant.config +++ b/tests/hwsim/example-wpa_supplicant.config @@ -129,6 +129,9 @@ CONFIG_WNM=y CONFIG_FST=y CONFIG_FST_TEST=y +CONFIG_MACSEC=y +CONFIG_DRIVER_MACSEC_LINUX=y + CONFIG_TESTING_OPTIONS=y CONFIG_MODULE_TESTS=y