Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 07/27/2000 23:24:20
Module Name: basesrc
Committed By: onoe
Date: Thu Jul 27 20:24:20 UTC 2000
Modified Files:
basesrc/usr.sbin/wiconfig: wiconfig.8
Log Message:
Confirmed the maximum length of the key for WaveLAN Gold cards is
13 characters, not 14. The 13 characters (104bit) secret will be
combined with 24-bit IV to consist the seed for 128-bit RC4.
Though maximum 14 characters can be configured in seven 16-bit hardware
registers, the last charactoer is apparently ignored both for encryption
and decryption.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/wiconfig/wiconfig.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.