From owner-freebsd-wireless@FreeBSD.ORG Sat Dec 21 19:06:04 2013 Return-Path: Delivered-To: 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 C35BF526 for ; Sat, 21 Dec 2013 19:06:04 +0000 (UTC) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id 945771AFC for ; Sat, 21 Dec 2013 19:06:04 +0000 (UTC) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 8CD2E2E16C for ; Sat, 21 Dec 2013 14:05:57 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PSyyerc0e8po for ; Sat, 21 Dec 2013 14:05:57 -0500 (EST) Received: from daemon.localdomain (daemon.egr.msu.edu [35.9.44.65]) by mail.egr.msu.edu (Postfix) with ESMTP id 5E2682E167 for ; Sat, 21 Dec 2013 14:05:57 -0500 (EST) Received: by daemon.localdomain (Postfix, from userid 21281) id 5A1E7327E2; Sat, 21 Dec 2013 14:05:57 -0500 (EST) Date: Sat, 21 Dec 2013 14:05:57 -0500 From: Adam McDougall To: wireless@freebsd.org Subject: Software for building an 802.11ac AP? Message-ID: <20131221190557.GZ1556@egr.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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, 21 Dec 2013 19:06:04 -0000 Hello, a friend of mine is interested in building his own 802.11ac access point with a replaceable wifi module so he can save money on future upgrades by just swapping out the wifi module and possibly antenna. He was thinking to plug in a USB wifi radio but I was thinking minipcie would probably work just as well if not better. Does anyone have any suggestions of software projects I could check out along the lines of openwrt so we don't need to work on a totally custom software build? I was hoping to look at the supported hardware of such projects for clues on what kind of "embedded" hardware and radios he could buy to facilitate this. Thanks!