From owner-freebsd-current@FreeBSD.ORG Fri Dec 31 09:54:11 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 7E60C16A4CE for ; Fri, 31 Dec 2004 09:54:11 +0000 (GMT) Received: from msr22.hinet.net (msr22.hinet.net [168.95.4.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4A243D39 for ; Fri, 31 Dec 2004 09:54:10 +0000 (GMT) (envelope-from d9364104@mail.nchu.edu.tw) Received: from localhost.localdomain (61-221-58-28.HINET-IP.hinet.net [61.221.58.28]) by msr22.hinet.net (8.9.3/8.9.3) with ESMTP id RAA19456; Fri, 31 Dec 2004 17:54:03 +0800 (CST) From: Chen Lihong To: current@freebsd.org In-Reply-To: <41D4A140.8060502@errno.com> References: <6eb82e04122905361ccd6af0@mail.gmail.com> <6eb82e04123010035e379e48@mail.gmail.com> <41D4A140.8060502@errno.com> Content-Type: text/plain Date: Fri, 31 Dec 2004 17:54:04 +0800 Message-Id: <1104486844.43764.6.camel@OmniBook.accton.com.tw> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: Sam Leffler cc: Rong-En Fan 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: Fri, 31 Dec 2004 09:54:11 -0000 I am using wpa_supplicant 0.3.2. I can associated and authenticated with my AP with WPA/TKIP/1X-KEY-MGMT. The hosts that at wired side can send packets to my FreeBSD station, but wired hosts can not receive any station's packets. Then, I use AiroPeek to capture wireless packets. I saw that any data packet sent by wired side is encrypted, and station can decrypte that well. When station reply or send any packet it is not encrypted, at this time AP may drop the packet. On Thu, 2004-12-30 at 16:45 -0800, Sam Leffler wrote: > Rong-En Fan wrote: > > On Wed, 29 Dec 2004 21:18:55 -0800, Sam Leffler wrote: > > > >>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. > > > > > > My current is just built tonight. I took a look at -d output, > > however, i can't find any notable error messages. > > > > I put wpa_supplicant (0.3.2 [1]) -d output and its conf > > along with dmesg, sysctl that related to ath here: > > > > http://rafan.infor.org/tmp/wpa/ > > > > Any help are appreciated :-) > > The log shows the WPA-PSK handshake completed but you were then > deauthenticated by your AP. You need to look on your AP to find out why. > > It's possible that WME is being negotiated and confusing the AP. There > are issues with sending QoS-encapsulated EAPOL frames to certain AP's. > You can try disabling wme use with > > ifconfig ath0 -wme > > before starting wpa_supplicant. > > Sam > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"