From owner-freebsd-stable@FreeBSD.ORG Mon Jun 18 10:43:24 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1088106566B; Mon, 18 Jun 2012 10:43:24 +0000 (UTC) (envelope-from freegih@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 6CB4B8FC15; Mon, 18 Jun 2012 10:43:24 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so8555091pbb.13 for ; Mon, 18 Jun 2012 03:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=rwtX/19pQR3jdTvWu/9le/MM3+9Df+DobtT5lGYLqoE=; b=fM3WVma9BN3fa405iTbncRW/aNw2ttqVSqfaOAh0ElOA2+zvvTHcqGB2LFhturgDj3 UtTBugkHEvRdjSDwIC1EdPL26J5mzWpsbaFSfVdc/C0f2H1c9AB8TzGAjD+k+uW/4j9p IQM1Xo9iiSfJXU9yqa0alj4Uv3KLTLHu8Zu4uwSjj9Xk68AQJe42MLv/l+kLjkSm3DGA DTFcYaL0KHtiE9KCqEfTKkH7oht/eDlaYz7NVRDlDdYMNoCgrmEIMWvOxULYDHNDBoAl L9W/9FQviqtctGxTYapBRNPcyEO6NKi2eNdcaaMa1RsChpXEL/ehMaIwVm5hXVOrJ0t2 gfrQ== Received: by 10.68.232.201 with SMTP id tq9mr50769063pbc.70.1340016204216; Mon, 18 Jun 2012 03:43:24 -0700 (PDT) Received: from [10.1.2.99] ([58.252.109.49]) by mx.google.com with ESMTPS id rd7sm23434705pbc.70.2012.06.18.03.43.21 (version=SSLv3 cipher=OTHER); Mon, 18 Jun 2012 03:43:23 -0700 (PDT) Message-ID: <4FDF0647.2050205@gmail.com> Date: Mon, 18 Jun 2012 18:43:19 +0800 From: freegih User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:12.0) Gecko/20120603 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org, freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [wifi] wifimgr for freebsd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2012 10:43:24 -0000 Hi, I made a wifi script based on the 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.