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

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

--- Comment #95 from Jaskie <jiangjun12321@gmail.com> ---
(In reply to Cy Schubert from comment #94)

I posted the content of /etc/wpa_supplicant.conf earlier and didn't made much
change since that:

network={
        ssid="WHU-WLAN"
        key_mgmt=NONE
}                                                                               

#network={ 
#        ssid="TP-LINK_B1FD"
#       psk="I123c456U789"
#}                                                                             
                                                                       #

network={
        ssid="WHU-STU"
        #bssid=fc:b6:98:f6:12:80
        #bssid=70:d9:31:0e:2c:00
        key_mgmt=NONE
        priority=100
}

network={
        ssid="WhatTheF"
        psk="jiangjun"
}

Also, here is content of /etc/rc.conf and /etc/sysctl.conf in case you'll need
it.

# cat /etc/rc.conf
zfs_enable="YES"
rc_startmsgs="NO"
hostname="freebsd.asus"

wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
#ifconfig_wlan0="WPA DHCP"
background_dhclient="YES"
ifconfig_alc0="DHCP"
synchronous_dhclient="YES"
wpa_supplicant_flags="-dd"

clear_tmp_enable="YES"
clear_tmp_X="YES"
dbus_enable="YES"
dumpdev="AUTO"
syslogd_flags="-ss"

sshd_enable="YES"

sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

lightdm_enable="NO"
xdm_enable="YES"
moused_enable="YES"

kld_list="nvidia fusefs acpi_asus acpi_asus_wmi acpi_video"


# cat /etc/sysctl.conf 
# $FreeBSD$
#
#  This file is read when going to multi-user and its contents piped thru
#  ``sysctl'' to adjust kernel values.  ``man 5 sysctl.conf'' for details.
#

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0

hw.acpi.lid_switch_state="S3"

kern.corefile=/var/coredumps/%U_%N.core
kern.coredump=1
#kern.sugid_coredump=1

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