git: e80d2b54482f - stable/13 - wpa: Enable WEP by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Jul 2022 00:32:04 UTC
The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e80d2b54482ff0ad47ad0ed9035dfbc10b681e6d commit e80d2b54482ff0ad47ad0ed9035dfbc10b681e6d Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-07-03 18:41:00 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-07-06 00:31:32 +0000 wpa: Enable WEP by default As of hostap 2.10, WEP is disabled by default. This of course is not a bad thing but requires some planning and an announcment to remove WEP support by default. A possible src.conf knob or letting users know they should use the port instead might different options. (cherry picked from commit 7999a7f2a8679f73574b6704377436025601ee85) --- usr.sbin/wpa/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc index 5ce7dee4d2c5..d35fe520b532 100644 --- a/usr.sbin/wpa/Makefile.inc +++ b/usr.sbin/wpa/Makefile.inc @@ -66,6 +66,7 @@ CFLAGS+=-DCONFIG_WNM CFLAGS+=-DCONFIG_WNM_AP CFLAGS+=-DCONFIG_MBO CFLAGS+=-DCONFIG_RSN_PREAUTH +CFLAGS+=-DCONFIG_WEP .if ${MK_WPA_SUPPLICANT_EAPOL} != "no" CFLAGS+=-DCONFIG_HS20 \