[Bug 264238] wpa_supplicant 2.10 fails to associate to open secondary VAP when primary VAP is WPA

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 06 Jul 2022 00:33:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #217 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7c38194341bf39e8878e3a88838aac7880825c02

commit 7c38194341bf39e8878e3a88838aac7880825c02
Author:     J.R. Oldroyd <fbsd@opal.com>
AuthorDate: 2022-07-02 18:15:31 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-07-06 00:32:53 +0000

    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.

    PR:             264238
    Reported by:    Jaskie <jiangjun12321@gmail.com>
                    "J.R. Oldroyd" <fbsd@opal.com>
    Submitted by:   "J.R. Oldroyd" <fbsd@opal.com>

    (cherry picked from commit 775611ea11db0973fd8b7aef0f5eb527308efd05)

 contrib/wpa/src/drivers/driver_bsd.c | 65 ++++++++++++++++++++++++++----------
 1 file changed, 48 insertions(+), 17 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.