From owner-freebsd-mobile@FreeBSD.ORG Sun Feb 12 00:02:45 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E5516A422 for ; Sun, 12 Feb 2006 00:02:45 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D9D43D45 for ; Sun, 12 Feb 2006 00:02:44 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 90663 invoked by uid 1008); 12 Feb 2006 00:02:20 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 12 Feb 2006 00:02:20 -0000 Received: from 24.90.33.115 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Sat, 11 Feb 2006 19:02:20 -0500 (EST) Message-ID: <62719.24.90.33.115.1139702540.squirrel@mail.el.net> Date: Sat, 11 Feb 2006 19:02:20 -0500 (EST) From: "kalin mintchev" To: freebsd-mobile@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Cc: questions@freebsd.org Subject: ifconfig wepkey on 6.0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 00:02:45 -0000 hi all... according to the man page of ifconfig in 6.0 the wepkey should be 5 or 13 characters. the wep key i always had is way longer than 13 characters 128 bit - one key only.. so when i try to set it up to the wi0 i get: # ifconfig wi0 wepkey 1:0xWEPKEY128BITENCRYPTIONBLAHBLA ifconfig: SIOCS80211: Invalid argument this worked fine in 5.4.. any solution? thanks...