git: adb9809c2896 - stable/12 - wpa: Enable WEP by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Jul 2022 00:33:01 UTC
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=adb9809c2896c89384efa37aa12296d3b2d8d525 commit adb9809c2896c89384efa37aa12296d3b2d8d525 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:32:53 +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 cee89dfc4a82..88de7fc67456 100644 --- a/usr.sbin/wpa/Makefile.inc +++ b/usr.sbin/wpa/Makefile.inc @@ -64,6 +64,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 \