Page MenuHomeFreeBSD

ifconfig: 802.11: fix a warning message
ClosedPublic

Authored by bz on Tue, May 27, 7:59 PM.
Tags
None
Referenced Files
F121175745: D50552.id156165.diff
Tue, Jun 24, 8:09 AM
F121132134: D50552.id156165.diff
Mon, Jun 23, 11:10 PM
Unknown Object (File)
Mon, Jun 23, 10:36 AM
Unknown Object (File)
Sun, Jun 22, 10:38 AM
Unknown Object (File)
Sat, Jun 21, 6:40 PM
Unknown Object (File)
Sat, Jun 21, 12:47 PM
Unknown Object (File)
Fri, Jun 20, 11:44 PM
Unknown Object (File)
Fri, Jun 20, 3: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.Tue, May 27, 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.Tue, May 27, 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.