Page MenuHomeFreeBSD

ifconfig: 802.11: fix a warning message
ClosedPublic

Authored by bz on May 27 2025, 7:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 19, 6:58 PM
Unknown Object (File)
Thu, Mar 19, 2:46 PM
Unknown Object (File)
Wed, Mar 18, 6:51 PM
Unknown Object (File)
Wed, Mar 11, 9:04 AM
Unknown Object (File)
Wed, Mar 11, 3:07 AM
Unknown Object (File)
Tue, Mar 10, 9:54 PM
Unknown Object (File)
Feb 7 2026, 7:39 PM
Unknown Object (File)
Feb 7 2026, 4:25 PM
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.