From owner-freebsd-current@FreeBSD.ORG Fri Dec 31 18:18:35 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 113F416A4CE for ; Fri, 31 Dec 2004 18:18:35 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D690C43D31 for ; Fri, 31 Dec 2004 18:18:34 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBVIIXWi053970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 31 Dec 2004 10:18:34 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41D597F1.4000902@errno.com> Date: Fri, 31 Dec 2004 10:18:25 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chen Lihong References: <6eb82e04122905361ccd6af0@mail.gmail.com> <6eb82e04123010035e379e48@mail.gmail.com> <41D4A140.8060502@errno.com> <1104486844.43764.6.camel@OmniBook.accton.com.tw> In-Reply-To: <1104486844.43764.6.camel@OmniBook.accton.com.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Rong-En Fan 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: Fri, 31 Dec 2004 18:18:35 -0000 Chen Lihong wrote: > 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. > Looks like I need to push some changes from perforce into CVS. Sam