On Thu, May 28, 2020 at 04:40:43AM -0700, Brandon Sahlin wrote:
> After some trial and error, I found the problem.  My rather crufty 
> /etc/hostname.iwm0 file set the mode to 11n.  This worked with 
> OpenBSD 6.6 with the problematic access point, but not with OpenBSD 6.7.
> Commenting out the mode line let the interface card conect in 11g mode.
> 
> The odd thing is that having the mode set to 11n worked with one access 
> point (iphone 8), giving a reported 11n connection in ifconfig, but
> fails to complete the handshake with the problematic access point.

Interesting. For further analysis would be useful to have copies of the
frames exchanged during association. You can capture these frames by
letting the following command run while iwm0 moves from down state to UP
and associates:

        tcpdump -n -i iwm0 -y IEEE802_11_RADIO -s 4096 -w /tmp/iwm.pcap

You can send the resulting /tmp/iwm.pcap file directly to me. Thanks!

Reply via email to