Page MenuHomeFreeBSD

ifconfig: 802.11: fix a warning message
ClosedPublic

Authored by bz on May 27 2025, 7:59 PM.
Tags
None
Referenced Files
F169734738: D50552.id156118.diff
Wed, Sep 2, 10:14 AM
F169610628: D50552.diff
Wed, Sep 2, 1:39 AM
F169531246: D50552.id.diff
Tue, Sep 1, 8:17 PM
Unknown Object (File)
Tue, Sep 1, 6:22 AM
Unknown Object (File)
Tue, Sep 1, 1:13 AM
Unknown Object (File)
Sun, Aug 30, 1:43 PM
Unknown Object (File)
Sat, Aug 29, 9:54 PM
Unknown Object (File)
Wed, Aug 26, 2:11 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.