[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285 (wpa_supplicant)

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jun 2022 06:28:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #105 from Cy Schubert <cy@FreeBSD.org> ---
Created attachment 234807
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234807&action=edit
A better patch

This patch will bring us closer.

This resolves connecting to an open unprotected 802.11g. For an 802.11n, please
run the following test.

If wlan0 is up, ifconfig wlan0 down delete.

/usr/sbin/wpa_supplicant -dd -i wlan1 -c /etc/wpa_supplicant.conf.open -D bsd

Replace wlan1 with your wlan interface, probably wlan0. And, replace
wpa_supplicant.conf.open with your wpa_supplicant.conf.

Notice that there is no -B flag. This is important. It will print out a lot of
output while it attempts to associate. Let it try for a couple of minutes, then
hit control-c and post the output here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.