Page MenuHomeFreeBSD

wpa: add IEEE80211_IOC_DEVCAPS2 ioctl support
Needs ReviewPublic

Authored by adrian on Apr 26 2024, 5:11 AM.
Referenced Files
Unknown Object (File)
Thu, Feb 26, 1:23 PM
Unknown Object (File)
Sun, Feb 22, 7:21 PM
Unknown Object (File)
Sat, Feb 21, 10:43 PM
Unknown Object (File)
Sat, Jan 31, 5:22 AM
Unknown Object (File)
Jan 25 2026, 1:33 AM
Unknown Object (File)
Jan 24 2026, 2:39 PM
Unknown Object (File)
Jan 20 2026, 4:26 AM
Unknown Object (File)
Jan 19 2026, 7:24 PM
Subscribers

Details

Reviewers
None
Group Reviewers
wireless
Summary
  • Extend the ioctl api code to allow setting i_val and getting the i_val response directly.
  • Refactor out the device capabilities call into three - + one for the existing ioctl path + one for the new ioctl path + one for the no ioctl path
  • And compile them in based on what's found!
  • Modify the device capabilities path to try the newer ioctl first, and if it fails, try the IEEE80211_IOC_DEVCAPS ioctl, and if that fails fall back to the defaults.

This /should/ be forward and backward compatible with net80211 APIs.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57383
Build 54271: arc lint + arc unit