On Wed, Apr 10, 2024 at 12:53:12AM +0200, Stanislav Syekirin wrote:
>  Stefan Sperling <s...@stsp.name> wrote:
> > Do you have any of iwn/iwm/iwx or another device which could capture
> > raw 802.11 frames of failed association attempts in monitor mode?
> 
> I have a neglected device with Intel Wireless 3160, which is listed on the
> iwm man page. Assuming OpenBSD will run on that device, what do I have to
> do?

ifconfig iwm0 mediaopt monitor
ifconfig iwm0 chan 112   # assuming the AP has not moved channels
ifconfig iwm0 up

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

Now attempt the failing association, then cancel tcpdump with Ctrl-C
and send me the /tmp/iwm0.pcap file offlist.

Reply via email to