Subject: Re: problems with wi
To: Emre Yildirim <ey@ieee.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 01/18/2004 00:40:51
On Sat, Jan 17, 2004 at 03:54:08PM -0600, Emre Yildirim wrote:
> > a 40-bit hexadecimal key with 0x822FFFB8FF?
> 
> The same key works on the windows machine, but I guess that's windows :)

NetBSD will interpret 822FFFB8FF as hex notation, Windows won't. So you
probably want to transcribe the key to hex manually and use hex notation
(0x383232...)

Or you could just choose another key starting with a non-hex character
instead ;-)

Martin