https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #115 from rkober...@gmail.com ---
(In reply to Cy Schubert from comment #105)
I'm about to rebuild with the latest wps_supplicant. Just to clarify, does this
refer to connecting to an AP supporting 11n or the supplicant attemptin
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #116 from Cy Schubert ---
The difference between an open AP that my rtwn(4) can associate to and one it
cannot is:
associates;
wpa_driver_bsd_associate: ssid 'KQNGN3' wpa ie len 0 pairwise 1 group 1 key
mgmt 4
Does not associa
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #117 from Cy Schubert ---
(In reply to rkoberman from comment #115)
I'd be interested in seeing this line of output from wpa_supplicant -dd
wpa_driver_bsd_associate: ssid 'Golden_Pond' wpa ie len 13 pairwise 1 group 1
key mgmt
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #118 from Cy Schubert ---
Under wpa_supplicant 2.9 the AP in question prints,
wpa_driver_bsd_associate: ssid 'Golden_Pond' wpa ie len 0 pairwise 1 group 1
key mgmt 4
Notice that there is no IE.
2.9 ignores the IE whereas 2.10
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #119 from Cy Schubert ---
So the plot thickens.
Golden_Pond, is an open guest network I created on my DMZ AP. Removing the
guest SSID and opening up the DMZ AP entirely resolves the problem. So, what
does this mean?
An open ne
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #120 from Adrian Chadd ---
Cy, does it do that on freebsd as an AP? that's ... kinda wrong?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #121 from Cy Schubert ---
(In reply to Adrian Chadd from comment #120)
I haven't tried FreeBSD as an AP yet.
The "bug" is on a Netgear router (used as a router in my DMZ). It normally has
one SSID (my wife's SSID). Adding a gu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #122 from Cy Schubert ---
(In reply to Adrian Chadd from comment #120)
Using it with an open FreeBSD hostapd AP works perfectly. wpa_ie is zero.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238
--- Comment #123 from Cy Schubert ---
Created attachment 234848
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234848&action=edit
Remove upstream cc79eb725f7b564269619ce4a64be2a80927d392
Can everyone please try this patch. If yo