From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 14:00:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A5116A4CE for ; Thu, 9 Dec 2004 14:00:03 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 4595643D31 for ; Thu, 9 Dec 2004 14:00:02 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 12044 invoked from network); 9 Dec 2004 23:00:01 +0900 Received: from unknown (HELO localhost) (210.165.212.57) by wasley.bl.mmtr.or.jp with SMTP; 9 Dec 2004 23:00:01 +0900 Date: Thu, 09 Dec 2004 22:59:25 +0900 (JST) Message-Id: <20041209.225925.30166884.rushani@bl.mmtr.or.jp> To: Danovitsch@vitsch.net From: Hideyuki KURASHINA In-Reply-To: <200412091241.02372.Danovitsch@vitsch.net> References: <200412081109.43840.sam@errno.com> <20041209.100008.21874313.rushani@bl.mmtr.or.jp> <200412091241.02372.Danovitsch@vitsch.net> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: FreeBSD-current@FreeBSD.org Subject: Re: WEP does not work? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 14:00:03 -0000 Hi, >>> On Thu, 9 Dec 2004 12:41:02 +0100, "Daan Vreeken [PA4DAN]" said: > Have you tried : > ifconfig ath0 wepmode on > after setting the wep key? I challenged following command lines, # /sbin/ifconfig ath0 ssid MY-SSID weptxkey 1 wepkey 1:0x01234567890123456789012345 wepkey 2:- wepkey 3:- wepkey 4:- media autoselect mode 11b # /sbin/ifconfig ath0 wepmode on However, the behavior was not changed. -- rushani