Page MenuHomeFreeBSD

ifconfig: 802.11: fix a warning message
ClosedPublic

Authored by bz on May 27 2025, 7:59 PM.
Tags
None
Referenced Files
F166721877: D50552.id156165.diff
Sat, Aug 15, 9:04 PM
F166721843: D50552.id156118.diff
Sat, Aug 15, 9:04 PM
Unknown Object (File)
Fri, Aug 14, 7:36 PM
Unknown Object (File)
Thu, Aug 13, 8:55 PM
Unknown Object (File)
Wed, Aug 12, 5:07 PM
Unknown Object (File)
Wed, Aug 12, 1:23 AM
Unknown Object (File)
Tue, Aug 11, 10:36 PM
Unknown Object (File)
Tue, Aug 11, 2:13 AM
Subscribers

Details

Summary

s/can/cannot/

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.May 27 2025, 7:59 PM
emaste added a subscriber: emaste.

OK, but also curious why the ioctl is ..._WPAKEY for WEP support/warnings

This revision is now accepted and ready to land.May 27 2025, 8:09 PM

OK, but also curious why the ioctl is ..._WPAKEY for WEP support/warnings

The entire block is still under IEEE80211_IOC_WEP. I haven't done the git-blame-game yet but it makes sense when you think about the last 25 years I suppose. It's still the 4 key slots just different ciphers as well...

This revision was automatically updated to reflect the committed changes.