From owner-freebsd-wireless@FreeBSD.ORG Sat Nov 16 15:28:59 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D9EF68E for ; Sat, 16 Nov 2013 15:28:59 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA7BD2620 for ; Sat, 16 Nov 2013 15:28:58 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rAGFSuD2042225; Sat, 16 Nov 2013 08:28:56 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rAGFSu98042222; Sat, 16 Nov 2013 08:28:56 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 16 Nov 2013 08:28:56 -0700 (MST) From: Warren Block To: Thomas Mueller Subject: Re: Question about online ath man page regarding access point In-Reply-To: <87.6E.31125.9DE47825@cdptpa-oedge03> Message-ID: References: <87.6E.31125.9DE47825@cdptpa-oedge03> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 16 Nov 2013 08:28:56 -0700 (MST) Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 15:28:59 -0000 On Sat, 16 Nov 2013, Thomas Mueller wrote: > I see in the man page for ath, and assume much would apply to other wireless adapters, > > Create an 802.11g host-based access point: > > ifconfig wlan0 create wlandev ath0 wlanmode hostap > ifconfig wlan0 inet 192.168.0.10 netmask 0xffffff00 ssid my_ap \ > mode 11g > > > but would the access point, with wired connection, have or use the wireless adapter? "hostap" is to make a FreeBSD system with a wireless card into a wireless router. > Access point, if I understand correctly, would have a wired > connection, such as cable or DSL, and the other computer, with the > wireless adapter, would have the Atheros or other wireless adapter. No, a router generally has at least two network interfaces. A FreeBSD wireless router would have both wired and wireless interfaces.