From owner-freebsd-wireless@FreeBSD.ORG Fri Jun 22 20:32:08 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C464106564A; Fri, 22 Jun 2012 20:32:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id DED948FC0C; Fri, 22 Jun 2012 20:32:07 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so4403687pbb.13 for ; Fri, 22 Jun 2012 13:32:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=veTTDz6N9x2G9mcNqFTwQHOvjfl6YdQvWPM5/HUjUg0=; b=KJJsCrJ4FNAESSg8eK7pqU7crIf6OMCO7N2pI9/+3h9D5hAqUSGfrjoucfoJmi+217 yQOtomYJJ+l3TvbyVIqKvAfkMqs7LhdJn8RpkOmEYLVs9BkGwJMnrbaOZh/X2my9QRHE pwABwL/bKUMY4TJHucl2PZNvBrK5B38ljyWo++/Hfdd8ucYULAD+jTWuJ0ZK/0p30Dqc PXouY4ycSpGUUFWgOcEv17aI2OKXDLzZ6JuzFfFyhhFPVyeerWbvENrYKOPMIZEGHOI7 F6ZbS1BQ6oz1BTgRz/3NTt8Pl6K/CbLegb1fIc0SvKK90XVI+loC45TXTHJ8rKDfggLf pVsQ== MIME-Version: 1.0 Received: by 10.68.202.99 with SMTP id kh3mr12947042pbc.157.1340397127693; Fri, 22 Jun 2012 13:32:07 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.147.18 with HTTP; Fri, 22 Jun 2012 13:32:07 -0700 (PDT) In-Reply-To: <4FDF0647.2050205@gmail.com> References: <4FDF0647.2050205@gmail.com> Date: Fri, 22 Jun 2012 13:32:07 -0700 X-Google-Sender-Auth: 8Q_n3IJNGpm6cpd3Czeo3VUtfIE Message-ID: From: Adrian Chadd To: freegih Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-wireless@freebsd.org, freebsd-stable@freebsd.org Subject: Re: [wifi] wifimgr for freebsd X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 22 Jun 2012 20:32:08 -0000 Hi! On 18 June 2012 03:43, freegih wrote: > Hi, I made a wifi script based on =A0the wlanconfig in bsdinstaller. > here is the code: > https://github.com/gihnius/freebsd-wifi > > I think we can make it more suitable for many devices and normal use. > > Any idea to write a normal feature script to use freebsd wifi easily ? > > and thanks to the author of wlanconfig. I'd love to see a non-ridiculous command line toolkit (which could later be extended to be GUI) for FreeBSD wireless. I suggest canvasing the freebsd forums and speak to whoever pipes up with some ideas. That crowd is very likely the right target for this kind of work. :) Good luck! adrian