Hi, Recently, every time I reboot my laptop or, restart wpa_supplicant I get:
ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument Everything works without issues but, this didn't happen before my last system upgrade. ~> uname -a NetBSD mybox 10.99.12 NetBSD 10.99.12 (GENERIC) #0: Thu Oct 3 12:58:10 UTC 2024 [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC amd64 ~> /etc/rc.d/wpa_supplicant restart Stopping wpa_supplicant. Starting wpa_supplicant. Successfully initialized wpa_supplicant ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument ~> cat /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel update_config=1 ap_scan=1 fast_reauth=1 eapol_version=2 # open network network={ ssid= key_mgmt=NONE auth_alg=OPEN } # private network network={ ssid="****" key_mgmt=WPA-PSK psk="****" } Any hints? Thank you, Pedro
