Subject: IEEE WaveLan (wi) driver gets encryption support
To: None <netbsd-announce@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: netbsd-announce
Date: 02/04/2000 00:49:05
I've added the WEP encryption bits to the wi driver.  To set keys,
enable encryption, etc:

	wiconfig -i wi0 -k 0x0123456789012345678901234567 -v 1
	wiconfig -i wi0 -T 1
	wiconfig -i wi0 -e 1

That'll set the key (key #1, to be exact), set the transmit key to #1,
and enable encryption.

Enjoy,
--Michael