From owner-freebsd-current@FreeBSD.ORG Thu Dec 30 05:18:52 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 4482B16A4CE for ; Thu, 30 Dec 2004 05:18:52 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F5343D46 for ; Thu, 30 Dec 2004 05:18:52 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.92] ([66.127.85.92]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBU5IoWi045018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Dec 2004 21:18:51 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41D38FBF.5070701@errno.com> Date: Wed, 29 Dec 2004 21:18:55 -0800 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rong-En Fan References: <6eb82e04122905361ccd6af0@mail.gmail.com> In-Reply-To: <6eb82e04122905361ccd6af0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: 802.11 WPA and wpa_supplicant 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, 30 Dec 2004 05:18:52 -0000 Rong-En Fan wrote: > Hello, > > I'm playing with WPA-PSK (AES and TKIP) with my Linksys > WRT54G on recently current, but no luck :( > > Basically I use [http://people.zoy.org/~hpreg/wifi/] to set > up my ap and wpa_supplicant. Somehow, I can associate > to the ap and ifconfig ath0 does show the key. but i can't > send any packet or receive any packet. I found that the > transmission key is changing every 1 second?? I don't > think this is right. > > My notebook is IBM X31 with built-in Atheros a/b/g. > And wrt54g's wpa-psk works fine under windows. > So, is there any information that i can provide to work > this out? wpa_supplicant has a -d option to enable debugging; use it and if you can't find your problem provide the wpa_supplicant config file and log output. Sam