Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jul 2022 09:05:52 +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-kTDKj2LOVS@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 #173 from J.R. Oldroyd <fbsd@opal.com> ---
Yes, that works since it is the same as comment #164.

Further clarification...

In your earlier revised patch, the first test:
    if (!bss)
probably should have been:
    if (bss)

because the original code was:
    if (!bss || wpa_bss_get_ie(...))

so the get_ie function is only called if bss is set.

However, this does not make it work since, as I said, wpa_bss_get_ie() is s=
till
called if wpa_bss_get_ie_ext() failed.

--=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-kTDKj2LOVS>