[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285 (wpa_supplicant)
Date: Sun, 19 Jun 2022 16:21:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #98 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7150a0c9b1014e445a8266c9080d0bf4738dcc9c commit 7150a0c9b1014e445a8266c9080d0bf4738dcc9c Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-06-19 16:15:44 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-06-19 16:20:13 +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 MFH: 2022Q2 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.