From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 14:48:56 2008 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 993BD1065727; Wed, 23 Apr 2008 14:48:56 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 692DD8FC13; Wed, 23 Apr 2008 14:48:56 +0000 (UTC) (envelope-from randy@psg.com) Received: from 50.216.138.210.bn.2iij.net ([210.138.216.50] helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JogHI-0005Ha-8d; Wed, 23 Apr 2008 14:48:56 +0000 Message-ID: <480F4C56.7070009@psg.com> Date: Wed, 23 Apr 2008 23:48:54 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Brooks Davis References: <480D6667.4020509@errno.com> <20080422200616.GA44541@tirith.brixandersen.dk> <480E79F9.40303@freebsd.org> <480F358A.2000009@psg.com> <20080423142628.GA44288@lor.one-eyed-alien.net> In-Reply-To: <20080423142628.GA44288@lor.one-eyed-alien.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sam Leffler , freebsd-current@freebsd.org Subject: Re: HEADSUP: 802.11 vap support merged 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: Wed, 23 Apr 2008 14:48:56 -0000 > One on the new properties of vaps is that you have to specify the mode > of the wlan interface during creation. Current you do this in the rc > scripts with: > > vap_create_wlan0="wlanmode ap" bingo! thank you! > I need to add rc.conf.5 entries for the vap stuff. I also need to > decide if vaps_FOO is really what we want or if wlans_FOO would be > better. the difference between a wlan and a vap is subtle. randy