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, Sep 18, 9:00 PM
Unknown Object (File)
Thu, Sep 18, 8:25 PM
Unknown Object (File)
Thu, Sep 18, 8:10 PM
Unknown Object (File)
Thu, Sep 18, 5:31 AM
Unknown Object (File)
Mon, Sep 15, 4:55 PM
Unknown Object (File)
Sun, Sep 14, 11:10 AM
Unknown Object (File)
Sat, Sep 13, 8:16 AM
Unknown Object (File)
Aug 22 2025, 10:26 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 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.