Subject: CVS commit: basesrc/sbin/ifconfig
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 06/21/2001 16:36:25
Module Name:	basesrc
Committed By:	onoe
Date:		Thu Jun 21 13:36:25 UTC 2001

Modified Files:
	basesrc/sbin/ifconfig: ifconfig.8 ifconfig.c

Log Message:
Add support of persistent key of IEEE 802.11 wireless LAN card.
Currently, only Aironet ("an") driver/card can be used.
     nwkey persist   (IEEE 802.11 devices only) Enable WEP encryption for IEEE
                     802.11-based wireless network interfaces with the persis-
                     tent key written in the network card.
     nwkey persist:key
                     (IEEE 802.11 devices only) Write the key to the persis-
                     tent memory of the network card, and enable WEP encryp-
                     tion for IEEE 802.11-based wireless network interfaces
                     with the key.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 basesrc/sbin/ifconfig/ifconfig.8
cvs rdiff -r1.108 -r1.109 basesrc/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.