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)
Dec 3 2024, 10:34 AM
Unknown Object (File)
Nov 24 2024, 7:53 PM
Unknown Object (File)
Nov 23 2024, 6:25 PM
Unknown Object (File)
Nov 22 2024, 3:40 AM
Unknown Object (File)
Nov 5 2024, 11:30 AM
Unknown Object (File)
Nov 4 2024, 5:57 PM
Unknown Object (File)
Oct 17 2024, 4:55 AM
Unknown Object (File)
Oct 15 2024, 8:35 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