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

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

--- Comment #42 from Jaskie <jiangjun12321@yahoo.com> ---
Unfortunately the fixntou mentioned doesn't seem to solve my issue. I followed
J.R. Oldroyd's guide and did the following test by compiling WPA:


cd /usr/src
git clone https://git.freebsd.org/src.git .
git switch releng/13.1


git cherry-pick 1e0ca65a3bb5798a80eccaae58d863f1f08b9ae8
git commit -m "msg"

cd usr.sbin/wpa
make
mv /usr/sbin/wpa_supplicant{,.bak 13.0OK}

cp -p /usr/obj/usr/src/amd64.amd64/usr.sbin/wpa/wpa_supplicant/wpa_supplicant
/usr/sbin/wpa_supplicant
strip /usr/sbin/wpa_supplicant

reboot




Ln reboot, it's all the same as I reported in the first message of this bug
report, nothing really changed as I noticed. But as soon as I copied
wpa_supplicant 13.0 in place and restart netif, everything just works again.

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