Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2022 14:34:17 +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-nssyOfwQWM@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

J.R. Oldroyd <fbsd@opal.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235050|0                           |1
        is obsolete|                            |

--- Comment #193 from J.R. Oldroyd <fbsd@opal.com> ---
Created attachment 235051
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235051&action=
=3Dedit
patch to have wpa_driver_bsd_associate() check for WLAN_EID_RSN IE before
setting WPA

And now a version that extracts the WLAN_EID_RSN and then actually uses it
rather than still using the whole original IE.

The last part of this code:
    set80211param(drv, IEEE80211_IOC_WPA, wpa_ie[0] =3D=3D WLAN_EID_RSN ? 2=
 : 1)
will now always set value 2.  Does that break any WPA1 cases?  If so, what
WLAN_EID value is used for WPA1?

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