[Bug 264238] wpa_supplicant 2.10 fails to associate to open secondary VAP when primary VAP is WPA
Date: Sun, 03 Jul 2022 13:37:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #190 from Bjoern A. Zeeb <bz@FreeBSD.org> --- (In reply to Bjoern A. Zeeb from comment #189) There's a potential follow-up problem then that we need to make sure that the way net80211 gets the packets out is also correct. I am thinking of ieee80211_add_wpa / ieee80211_add_rsn / various add_ie(). I don't know if there is any magic involved offhand in the way IEs are passed down and/or if they need any re-sorting or splitting in general (not in this specific case). Also not sure if it'll eventually (in the future) become a problem of possibly overflowing firmware space for IEs and hence want to re-sort to make sure (more) essential ones are always in the front and present. But let's start by fixing this wpa user space bug first. -- You are receiving this mail because: You are on the CC list for the bug.