[Midnightbsd-cvs] [MidnightBSD/src] bf9567: wpa_supplicant: Resolve secondary VAP association ...
Lucas Holt
noreply at github.com
Thu Mar 30 00:19:33 EDT 2023
Branch: refs/heads/stable/3.0
Home: https://github.com/MidnightBSD/src
Commit: bf9567e984a82cfdcb639b8230505e85d48a571e
https://github.com/MidnightBSD/src/commit/bf9567e984a82cfdcb639b8230505e85d48a571e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M contrib/wpa/src/drivers/driver_bsd.c
Log Message:
-----------
wpa_supplicant: 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.
Obtained from: FreeBSD
More information about the Midnightbsd-cvs
mailing list