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