From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 27 21:30:14 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A04CF106566C for ; Wed, 27 Feb 2008 21:30:14 +0000 (UTC) (envelope-from yuri@tsoft.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8F80F8FC13 for ; Wed, 27 Feb 2008 21:30:14 +0000 (UTC) (envelope-from yuri@tsoft.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m1RKpZZv042899 for ; Wed, 27 Feb 2008 12:51:35 -0800 (PST) Message-ID: <47C5CD60.9090607@tsoft.com> Date: Wed, 27 Feb 2008 12:51:44 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 27 Feb 2008 21:34:31 +0000 Subject: Is it possible that modern wireless card only supports WPA and not WEP or this is a bug in the driver? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@tsoft.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 21:30:14 -0000 I have a Linksys PCI wireless card that is being attached by "ral" driver: ral0: mem 0xcffe8000-0xcffeffff irq 17 at device 10.0 on pci0 ral0: MAC/BBP RT2561C, RF RT2527 ral0: Ethernet address: 00:18:f8:2e:40:25 ral0: [ITHREAD] But when I do 'ifconfig ral0 list caps' it returns: ral0=2181e500 and WEP isn't there. This looks amazing since WEP is older and very widespread. So how can I tell if this card can't really support WEP or it's the driver that can't support it? Also command: ifconfig ral0 inet 192.168.0.1 netmask 255.255.255.0 ssid freebsdap wepmode on weptxkey 3 wepkey 3:0x3456789012 authmode open mode 11g mediaopt hostap succeeds though CAPS doesn't have WEP. Isn't this a bug? Yuri