From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 9 02:59:27 2013 Return-Path: Delivered-To: freebsd-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 7BDBA536 for ; Mon, 9 Dec 2013 02:59:27 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 398A519F9 for ; Mon, 9 Dec 2013 02:59:27 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id i8so2263134qcq.24 for ; Sun, 08 Dec 2013 18:59:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=d34/ljHgWzlc7wJKE4NcHBWiyy3K/718qEvPtasgUwk=; b=kSBYikUR/CyWzS+E4plTn/ZVdOZ/hFnJM/Nevf0ekpMPVSheiHUCzQ2mUJR2+4cYZM wZKa8u3sjh1h3UMNYeMHqqQyhMN/kZLZhy0S15oRbXd2Ha03vjPPm/GLYvW32RKq3fR8 QIgAwUlB7408toWvCqcSqAsSMNs6zDqVQlNDfJLMI4zi+Z9FcEhogKyTnuhfKOK55DdY d2luUwxkgjidjoxBtAEsjowoQ8T4YEzlRiMKYUTuIiLhNBuRn45nzFHJOp+PgwA6KrPp Jkebhoky/LuFVlV8DqnNW2IxyvFf1soZ0Kji5Or//E1lwI5nrj5WGDRrAdljIymMlNWa gQwg== MIME-Version: 1.0 X-Received: by 10.49.35.112 with SMTP id g16mr29749830qej.13.1386557966373; Sun, 08 Dec 2013 18:59:26 -0800 (PST) Received: by 10.224.53.200 with HTTP; Sun, 8 Dec 2013 18:59:26 -0800 (PST) In-Reply-To: References: Date: Sun, 8 Dec 2013 18:59:26 -0800 Message-ID: Subject: Re: How to get the info from ioctl to iwinfo From: Adrian Chadd To: Tek Wiz Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" 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: Mon, 09 Dec 2013 02:59:27 -0000 Yes, there's a scan results ioctl in net80211 somewhere. It's how you extract out the scan table. You can also use wpa_cli to query wpa_supplicant about its copy of the scan table. -a On 8 December 2013 18:37, Tek Wiz wrote: > Actually I'm working on Luci and OpenWrt. I was wondering if FreeBSD has a > similar feature. > > Thanks > > > On Mon, Dec 9, 2013 at 10:14 AM, Adrian Chadd > wrote: >> >> .. Luci? OpenWrt? FreeBSD? >> >> On Dec 8, 2013 5:33 AM, "Tek Wiz" wrote: >>> >>> How to get the info from ioctl to iwinfo? >>> >>> I want to transfer the info of the interference scan results (e.g. RSSI >>> and >>> noise floor for each channel) to the OpenWrt LuCI web page. >>> >>> Thanks >>> _______________________________________________ >>> freebsd-wireless@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless >>> To unsubscribe, send any mail to >>> "freebsd-wireless-unsubscribe@freebsd.org" > >