From owner-freebsd-wireless@FreeBSD.ORG Sat Nov 16 10:54:25 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C9E7C4E for ; Sat, 16 Nov 2013 10:54:25 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id 575162A5F for ; Sat, 16 Nov 2013 10:54:24 +0000 (UTC) Received: from [96.28.178.143] ([96.28.178.143:47008] helo=localhost) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 87/6E-31125-9DE47825; Sat, 16 Nov 2013 10:54:17 +0000 Date: Sat, 16 Nov 2013 10:54:17 +0000 Message-ID: <87.6E.31125.9DE47825@cdptpa-oedge03> From: "Thomas Mueller" To: freebsd-wireless@freebsd.org Subject: Question about online ath man page regarding access point X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 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 10:54:25 -0000 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? 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. Or is this done from the wireless client? Situation I'm thinking of is where a wireless router has Ethernet connection and perheps one computer connects by Ethernet, and one or more other computers or wireless devices want to connect wirelessly. Tom