[Bug 264238] wpa_supplicant 2.10 fails to associate to open secondary VAP when primary VAP is WPA
Date: Sat, 02 Jul 2022 07:56:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238 --- Comment #170 from J.R. Oldroyd <fbsd@opal.com> --- (In reply to Cy Schubert from comment #169) Sorry, Cy, but your refined patch in attachment "Try ext IE first" does not work. I have just tested it to confirm. You call wpa_bss_get_ie_ext(), which correctly returns nothing, but then you proceed to call wpa_bss_get_ie() after and that still incorrectly returns the WPA IE which causes the driver to still set WPA when it should not. I think we just need the patch from comment #164 which calls only wpa_bss_get_ie_ext(). -- You are receiving this mail because: You are on the CC list for the bug.