On Fri, Dec 01, 2023 at 11:32:05PM -0800, Mike Evron wrote:
> Ifconfig output for iwm0:
> 
> iwm0: flags=808847<UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST,AUTOCONF4>
> mtu 1500
> lladdr 44:85:00:14:a4:06
> index 1 priority 4 llprio 3
> groups: wlan
> media: IEEE802.11 autoselect
> status: no network
> ieee80211: nwid sharynmikealbie wpakey wpaprotos wpa2 wpaakms psk
> wpaciphers ccmp wpagroupcipher ccmp
> 
> contents of hostname.iwm0:
> 
> join sharynmikealbie wpakey i-triple-checked-the-pw-i-swear
> inet autoconf
> 
> I've run fw_update and done many searches and can't figure out why this
> doesn't work.
> 
> Any help would be greatly appreciated.
> 
> Thanks in advance.

doas ifconfig iwm0 -joinlist (btw, your ifconfig says nwid, but in
hostname.iwm0 you use join)
doas tcpdump -y IEEE802_11_RADIO -ni iwm0 wlan host 44:85:00:14:a4:06

in neighboring terminal:
doas sh /etc/netstart

and bring output of tcpdump here, if there is some traffic frames
"authentication request/response" and further - use -w flag to tcpdump
to write pcap file and also send it to the list

Reply via email to