Page MenuHomeFreeBSD

ifconfig: 802.11: fix a warning message
ClosedPublic

Authored by bz on May 27 2025, 7:59 PM.
Tags
None
Referenced Files
F170700184: D50552.id156118.diff
Sun, Sep 6, 2:29 AM
F170664031: D50552.id.diff
Sat, Sep 5, 9:49 PM
Unknown Object (File)
Fri, Sep 4, 4:59 PM
Unknown Object (File)
Fri, Sep 4, 2:41 AM
Unknown Object (File)
Thu, Sep 3, 4:50 AM
Unknown Object (File)
Wed, Sep 2, 10:14 AM
Unknown Object (File)
Wed, Sep 2, 1:39 AM
Unknown Object (File)
Tue, Sep 1, 8:17 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 Passed
Unit
No Test Coverage
Build Status
Buildable 64473
Build 61357: arc lint + arc unit

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.