From owner-freebsd-current@FreeBSD.ORG Thu Mar 5 16:54:57 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D067C106566B for ; Thu, 5 Mar 2009 16:54:57 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 93CA88FC16 for ; Thu, 5 Mar 2009 16:54:57 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n25GsWvI093288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Mar 2009 08:54:33 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <49B003C8.3010602@freebsd.org> Date: Thu, 05 Mar 2009 08:54:32 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: mira@chlastak.cz References: <49AFED8B.8040402@chlastak.cz> In-Reply-To: <49AFED8B.8040402@chlastak.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org Subject: Re: Wireless client and bridge X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Mar 2009 16:54:58 -0000 Miroslav Chlastak wrote: > Hi, > > it's yet possible to create ethernet bridge with wireless card in > client mode in CURRENT? > It has been possible for nearly a year. But one must use 4-address frames to carry traffic; that's always been true. Look at tools/tools/net80211/scripts for examples how to do this. Sam