[Bug 283142] Error when connecting to WiFi | Invalid argument in wpa_supplicant

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Dec 2024 13:31:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283142

            Bug ID: 283142
           Summary: Error when connecting to WiFi | Invalid argument in
                    wpa_supplicant
           Product: Base System
           Version: 14.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: wireless@FreeBSD.org
          Reporter: solidwarea@outlook.com

Quick background:
This bug does not persist on a fresh install of FreeBSD release 14.1, using the
same rc.conf and loader.conf settings and the same wpa_supplicant file on
FreeBSD release 14.2 will throw an error.

Driver: rtw880

Setup:
Setup instructions according to the handbook + rtw88 specific settings (works
absolutely fine on FreeBSD 14.1)

wpa_supplicant:
network={
ssid="ValidSSID"
psk="ValidPSK"
}

rc.conf:
hostname="example.example.example"
sshd_enable="YES"
moused_nondefault_enable="NO"
dumpdev="AUTO"
zfs_enable="YES"
wlans_rtw880="wlan0"
ifconfig_wlan0="WPA DHCP" #(WPA SYNCDHCP has also been tried)

loader.conf:
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"
compat.linuxkpi.skb.mem_limit=1

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