]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.
authorBill Paul <wpaul@FreeBSD.org>
Wed, 2 Feb 2000 17:59:13 +0000 (17:59 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Wed, 2 Feb 2000 17:59:13 +0000 (17:59 +0000)
commit6f76cb1e2816b550d4454dd3d2c54f2ea777261d
tree2835b14b93b06260655059eab13b7221953e82cb
parent872309ccd4245b529bdde89711794c4386831b78
Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.
Also update wicontrol to enable/disable encryption, set WEP keys and set the
TX key index. Silver cards only have 40-bit keys. This is something of a quick
hack, but it works well enough for me to commit this from the LinuxWorld
exhibit floor.

The WEP support only shows up if you have a card that supports it.

Would have been approved by: jkh, if he hadn't wandered off somewhere
Approved in his place by: msmith, who's standing right here
sys/dev/wi/if_wavelan_ieee.h
sys/dev/wi/if_wi.c
sys/dev/wi/if_wireg.h
sys/i386/include/if_wavelan_ieee.h
sys/i386/isa/if_wi.c
sys/i386/isa/if_wireg.h
usr.sbin/wicontrol/wicontrol.8
usr.sbin/wicontrol/wicontrol.c