[Bug 283436] iwm0: cannot connect to local wifi

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Dec 2024 19:30:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283436

Bjoern A. Zeeb <bz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bz@FreeBSD.org

--- Comment #6 from Bjoern A. Zeeb <bz@FreeBSD.org> ---
(In reply to Martin Filla from comment #5)


Dec 20 13:43:21 hades2 wpa_supplicant[344]: wlan0: No network configuration
found for the current AP

Are you sure the ssid is wpa_supplicant.conf is correct and you reloaded the
config file (or restarted the supplicant) after you put it in?

Make sure there are no wide characters there by accident from pasting on a
terminal which may not be immediately visible.

I'd probably also add a
proto=WPA2
line or maybe just try with a file like this:

=====
ctrl_interface=/var/run/wpa_supplicant

network={
        ssid="WIFI-ASUS"
        proto=WPA2
        psk="enter psk here"
}
=====

and see what happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.