[Bug 264238] wpa_supplicant fails to associate to open unprotected 802.11n
Date: Mon, 20 Jun 2022 15:13:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #112 from commit-hook@FreeBSD.org --- A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c82d2efea691ec4d8eac6a875eb0fe182106bf99 commit c82d2efea691ec4d8eac6a875eb0fe182106bf99 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-06-19 16:15:44 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-06-20 15:11:55 +0000 */*: Bring back wpa_supplicant29 and hostapd29 as new ports The current wpa_supplicant and hostapd have an issue with AR9285. For the time being bring back wpa_supplicant 2.9 as security/wpa_supplicant29 and hostpd 2.9 as net/hostapd29 for those cases that have an issue with wpa_supplicant/hostpad2.10 (in base and in ports) PR: 264238 (cherry picked from commit 7150a0c9b1014e445a8266c9080d0bf4738dcc9c) net/Makefile | 1 + net/hostapd29/Makefile (new) | 46 +++ net/hostapd29/distinfo (new) | 9 + net/hostapd29/files/config (new) | 316 ++++++++++++++++++ net/hostapd29/files/hostapd.in (new) | 39 +++ .../patch-src-l2_packet-l2_packet_freebsd.c (new) | 14 + net/hostapd29/files/patch-src_common_dhcp.h (new) | 25 ++ .../files/patch-src_drivers_driver__bsd.c (new) | 60 ++++ net/hostapd29/files/patch-src_utils_os.h (new) | 17 + .../files/patch-src_utils_os__unix.c (new) | 18 + .../files/patch-src_wps_wps__upnp.c (new) | 20 ++ net/hostapd29/pkg-descr (new) | 12 + net/hostapd29/pkg-message (new) | 10 + security/Makefile | 1 + security/wpa_supplicant29/Makefile (new) | 229 +++++++++++++ security/wpa_supplicant29/distinfo (new) | 11 + security/wpa_supplicant29/files/Packet32.c (new) | 366 +++++++++++++++++++++ security/wpa_supplicant29/files/Packet32.h (new) | 65 ++++ security/wpa_supplicant29/files/ntddndis.h (new) | 32 ++ .../files/patch-src_common_dhcp.h (new) | 25 ++ .../files/patch-src_drivers_driver__bsd.c (new) | 48 +++ .../files/patch-src_drivers_driver__ndis.c (new) | 89 +++++ ...atch-src_l2__packet_l2__packet__freebsd.c (new) | 12 + .../files/patch-src_radius_radius__client.c (new) | 12 + .../files/patch-src_wps_wps__upnp.c (new) | 34 ++ .../files/patch-wpa__supplicant_Makefile (new) | 17 + .../files/patch-wpa__supplicant_main.c (new) | 33 ++ .../patch-wpa__supplicant_wpa__supplicant.c (new) | 16 + .../wpa_supplicant29/files/pkg-message.in (new) | 11 + .../wpa_supplicant29/files/wpa_supplicant.in (new) | 54 +++ security/wpa_supplicant29/pkg-descr (new) | 14 + security/wpa_supplicant29/pkg-plist (new) | 5 + 32 files changed, 1661 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.