From owner-freebsd-mobile@FreeBSD.ORG Wed Oct 22 20:04:57 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A9C1065674 for ; Wed, 22 Oct 2008 20:04:57 +0000 (UTC) (envelope-from freebsd-mobile@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D87908FC0C for ; Wed, 22 Oct 2008 20:04:56 +0000 (UTC) (envelope-from freebsd-mobile@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ksjwp-0005Ya-E3 for freebsd-mobile@freebsd.org; Wed, 22 Oct 2008 20:04:51 +0000 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 20:04:51 +0000 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 20:04:51 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: martinko Date: Wed, 22 Oct 2008 22:04:03 +0200 Lines: 24 Message-ID: References: <48FE6A07.7000507@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.17) Gecko/20081009 SeaMonkey/1.1.12 In-Reply-To: <48FE6A07.7000507@freebsd.org> Sender: news Subject: Re: WPA/TKIP preferred to WPA2/AES ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 20:04:57 -0000 Sam Leffler wrote: > martinko wrote: >> Hallo, >> >> My wireless router has a configuration option to support both WPA / >> WPA2 at the same time, so when a wireless client cannot talk modern >> WPA2 it can use old WPA instead. >> Now it works naturally in Windows and apparently in Symbian too but >> unfortunately FreeBSD (6.4) picks up WPA and less secure TKIP instead >> of AES. Would it be possible to amend this behaviour and use better >> and newer protocols/algorithms/ciphers when available please ? (that >> is AES preferred to TKIP and WPA2 instead of WPA etc.) >> > > man wpa_supplicant.conf Yeah, I could use proto="RSN WPA" but I was wondering whether it wouldn't be better if the system autoselected the best available protocol/cipher (if not specified otherwise) which in this case would be WPA2/CCMP instead of WPA/TKIP. Or is it not desirable for some reasons? Cheers, Martin