Date: Sun, 03 Jul 2022 21:38:02 +0000 From: bugzilla-noreply@freebsd.org To: wireless@FreeBSD.org Subject: [Bug 264238] wpa_supplicant 2.10 fails to associate to open secondary VAP when primary VAP is WPA Message-ID: <bug-264238-21060-nz1qkvS7HI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264238-21060@https.bugs.freebsd.org/bugzilla/> References: <bug-264238-21060@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264238 --- Comment #210 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Db3916c7a8d2599e99fabdc1735b095f= f5a9f9381 commit b3916c7a8d2599e99fabdc1735b095ff5a9f9381 Author: J.R. Oldroyd <fbsd@opal.com> AuthorDate: 2022-07-03 21:18:40 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-07-03 21:33:18 +0000 wpa_supplicant* hostapd*: Resolve secondary VAP association issue Association will fail on a secondary open unprotected VAP when the primary VAP is configured for WPA. Examples of secondary VAPs are, hotels, universities, and commodity routers' guest networks. A broadly similar bug was discussed on Red Hat's bugzilla affecting association to a D-Link DIR-842. This suggests that as IEs were added to the 802.11 protocol the old code was increasingly inadaquate to handle the additional IEs, not only a secondary VAP. This duplcates src commit 775611ea11db here in ports. PR: 264238 Reported by: Jaskie <jiangjun12321@gmail.com> "J.R. Oldroyd" <fbsd@opal.com> Submitted by: "J.R. Oldroyd" <fbsd@opal.com> MFH: 2022Q3 net/hostapd-devel/Makefile | 1 + .../files/patch-src_drivers_driver__bsd.c | 109 +++++++++++++++++= +--- net/hostapd/Makefile | 2 +- net/hostapd/files/patch-src_drivers_driver__bsd.c | 107 +++++++++++++++++= --- security/wpa_supplicant-devel/Makefile | 1 + .../files/patch-src_drivers_driver__bsd.c | 109 +++++++++++++++++= +--- security/wpa_supplicant/Makefile | 2 +- .../files/patch-src_drivers_driver__bsd.c | 107 +++++++++++++++++= --- 8 files changed, 390 insertions(+), 48 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264238-21060-nz1qkvS7HI>