From owner-freebsd-wireless@FreeBSD.ORG Sun May 6 19:24:25 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 E4AE1106564A for ; Sun, 6 May 2012 19:24:25 +0000 (UTC) (envelope-from ryan@jptech.ca) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 91D1B8FC14 for ; Sun, 6 May 2012 19:24:25 +0000 (UTC) Received: by qcsg15 with SMTP id g15so157935qcs.13 for ; Sun, 06 May 2012 12:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jptech.ca; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ppUyqaPS+uGwqoI78tbfn+UkNG+HCGMSQR41OofBKDc=; b=VtpMSV/xMjFoMZdsI7EbdIRZJhe7Rv3h5ow9p6sZC4mQUmfse1NqmJRrKdDh553plH 6+aXDouN5j6MAgqYDnCwx61a0LaO6k22aJUOLUIOJmI1MJ4/pESHxhpZnjiwfPChiODa RolcDyNYaNn853UijCZUdAkIl1xfg1xA++VXY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=ppUyqaPS+uGwqoI78tbfn+UkNG+HCGMSQR41OofBKDc=; b=nG3OHWFQvRt3sCEe7RAOc7BZdU1GAxjmcaqSU46uRU6wPQ/eFmj0gFIJIj0w7iVX/9 8Kw/yIX/aK9NpeU3FToHbrpN8Y6wIuFf7T3nCZ8XVl6rIyvd7kp6E8C28BzpvYWveusP 0PLziGpZEzc+lzGe3kPF4/erWQ3PQHAYAfeEFmhdr8p89ouu56z48abidIE0nU2wai8/ wjnJlhCeDKAh2/py00C8iWKSE8ysNh4eQE4Xus3kzHX8j6CSfTN/G0PHdVPyqjZuCoA4 njjkvAjjtujQeVW1f4eGTVqYU9BowzQRAbYLgr8UjWWXH/43EKF5W8Yv69MZbPACKsOd hgWQ== MIME-Version: 1.0 Received: by 10.224.217.193 with SMTP id hn1mr21087766qab.68.1336332264843; Sun, 06 May 2012 12:24:24 -0700 (PDT) Received: by 10.229.213.130 with HTTP; Sun, 6 May 2012 12:24:24 -0700 (PDT) In-Reply-To: References: Date: Sun, 6 May 2012 13:24:24 -0600 Message-ID: From: Ryan J To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmwIYLyoVZ0HdPmS6uJB2SkFiavDAg3ArE538ozf5OGu+JTnbBV2v8VGuukCn9EC4SZY7h8 Subject: Re: Where can I find information about the txpower and txpowmax values from ifconfig? 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: Sun, 06 May 2012 19:24:26 -0000 > * that the net80211 maxtxpow values are always correct, assuming 1/2 > dBm increments; That might be a bit beyond my ability unless there's a command line tool I can use to query those values. From the man page it looks like more of an API though and I don't have a development setup. In fact, the only FreeBSD machine I have is a pfSense device running on embedded hardware (ALIX). Is there a way for me to grab those values as a normal user?