https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
J.R. Oldroyd <f...@opal.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #235050|0 |1 is obsolete| | --- Comment #193 from J.R. Oldroyd <f...@opal.com> --- Created attachment 235051 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235051&action=edit 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] == 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? -- You are receiving this mail because: You are on the CC list for the bug.