Bug 249542

Summary: 12.2-BETA wpa_supplicant makes ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument
Product: Base System Reporter: ota
Component: wirelessAssignee: Adrian Chadd <adrian>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: adrian, wireless
Priority: ---    
Version: 12.1-STABLE   
Hardware: i386   
OS: Any   

Description ota 2020-09-23 05:54:30 UTC
$ ifconfig wlan create wlandev ath0 up
$ wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf

prints the following error.

ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument

Somehow my wireless connection seems to be working okay,though.
This is new after switching to 12.2-BETA.
Comment 1 Adrian Chadd freebsd_committer freebsd_triage 2020-09-23 16:16:21 UTC
It's fine; this is part of adding more compile time flags to enable features in hostap/wpa_supplicant that we don't yet implement.

In this instance it's trying to clear some other crypto key slots that net80211 doesn't yet support.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2022-02-02 03:32:42 UTC
^Triage: Assign to committer that resolved.