[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: Sat, 02 Jul 2022 14:59:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #176 from J.R. Oldroyd <fbsd@opal.com> ---
Additional info before I go...

If I use the original code and allow the ext_capab IE to be added in the
"Workaround" section, these are the 13 octets that are added.  Values in (hex,
dec):

DEBUG wpas_build_ext_capab: pos[0]=(0x7f, 127)    WLAN_EID_EXT_CAPAB
DEBUG wpas_build_ext_capab: pos[1]=(0x0b, 11)     size
DEBUG wpas_build_ext_capab: pos[2]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[3]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[4]=(0x0a, 10)
DEBUG wpas_build_ext_capab: pos[5]=(0x02, 2)
DEBUG wpas_build_ext_capab: pos[6]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[7]=(0x40, 64)
DEBUG wpas_build_ext_capab: pos[8]=(0x40, 64)
DEBUG wpas_build_ext_capab: pos[9]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[10]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[11]=(0x00, 0)
DEBUG wpas_build_ext_capab: pos[12]=(0x20, 32)

Somehow, something later is interpreting this as requiring to set WPA.

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