[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: Sun, 03 Jul 2022 11:06:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #187 from Cy Schubert <cy@FreeBSD.org> ---
(In reply to J.R. Oldroyd from comment #185)

That code has been there since 2008.

^6fc6879bd (Jouni Malinen        2008-02-27 17:34:43 -0800 1265)        if
(params->wpa_ie_len &&
^6fc6879bd (Jouni Malinen        2008-02-27 17:34:43 -0800 1266)           
set80211param(drv, IEEE80211_IOC_WPA,
^6fc6879bd (Jouni Malinen        2008-02-27 17:34:43 -0800 1267)               
          params->wpa_ie[0] == WLAN_EID_RSN ? 2 : 1) < 0)
^6fc6879bd (Jouni Malinen        2008-02-27 17:34:43 -0800 1268)               
return -1;

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