Bug 249542 - 12.2-BETA wpa_supplicant makes ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument
Summary: 12.2-BETA wpa_supplicant makes ioctl[SIOCS80211, op=20, val=0, arg_len=7]: In...
Status: Closed Not A Bug
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: 12.1-STABLE
Hardware: i386 Any
: --- Affects Only Me
Assignee: Adrian Chadd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-23 05:54 UTC by ota
Modified: 2022-02-02 03:32 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.