From owner-freebsd-wireless@FreeBSD.ORG Tue Oct 15 16:26:37 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 ESMTP id 48406FD6 for ; Tue, 15 Oct 2013 16:26:37 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2778C2458 for ; Tue, 15 Oct 2013 16:26:36 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id B506867584 for ; Tue, 15 Oct 2013 09:26:36 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 82506-07 for ; Tue, 15 Oct 2013 09:26:36 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 3FB826757E for ; Tue, 15 Oct 2013 09:26:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1381854396; bh=xhusM5Mjrex9AYcZw3chvYDnxjFY8f1IV0M5k9z2ZvA=; h=Date:From:To:Subject:References:In-Reply-To; b=R10A+t8slEnP89sZ1gKQpnw1tSA1FNqXlcK1S5LJBDMyuz76HkE0ND/Vp2/xb9UU3 FT2EnCWDypg/GA6AH7Wo+ll163mSYPhTbTBg7xN6tLqsEZwYQrfN8lGX/zZ5fGoGMt nXaYTC2Xan2OFGurILXN0DEanmDM5t6jiFw8lDFw= Message-ID: <525D6CBA.4010101@pcbsd.org> Date: Tue, 15 Oct 2013 12:26:34 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org Subject: Re: Wireless API References: <525B2802.5050904@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 15 Oct 2013 16:26:37 -0000 On 10/15/2013 11:15, Adrian Chadd wrote: > Well, up until now the interactions have all been via the ioctl API or the > ifconfig command. Both are cumbersome. > > There's a decent amount of library code in ifconfig for wifi and regulatory > related stuff. It could be broken out into a public library.. > > -adrian > Yea, our PC-BSD network utils are using a mixture of C ioctl and "ifconfig" parsing, +1 for a public library API at some point ;) -- Kris Moore PC-BSD Software iXsystems