From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 18 22:54:32 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDD971065672 for ; Wed, 18 Jul 2012 22:54:32 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8B8368FC16 for ; Wed, 18 Jul 2012 22:54:32 +0000 (UTC) Received: by yhfs35 with SMTP id s35so2596515yhf.13 for ; Wed, 18 Jul 2012 15:54:32 -0700 (PDT) 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=f71RbsdfxEpggvA/XaKl6OF2IpDL+uQuIBlRdJT0jLk=; b=n07S2iwa6fNBUj1imOIZT4UlOFdq/rDtdF1O8SpPsU7o9/GCq9oegLMkIgXHXbLl4I /hPhP7EtebU3ZthZamVUkT4mJgmaMmYdfK1z72aKpe59IEqyToAKYHIablJAaqfV/hLH eY1eaTNVi1DN38zoi+2nmU4b3oM7ZWgOoVwWvcsGre+JghU1U5NGLWmRfx7QxRwmGHCg AnTuCsGp+1J7R4i3isZmpvlu1oAyr66NKqf+R9F5IRebHOCsv2Ed9ohtFQv83f9ZArTK NlMz8wyWtp0weXomPnvcZoIv1azmW0CFF3jFNg62S0fPKSF/1Eipp78c3KnOZUetRNGW CUlw== MIME-Version: 1.0 Received: by 10.66.75.97 with SMTP id b1mr3151562paw.15.1342652071498; Wed, 18 Jul 2012 15:54:31 -0700 (PDT) Received: by 10.68.195.102 with HTTP; Wed, 18 Jul 2012 15:54:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Jul 2012 15:54:31 -0700 Message-ID: From: Adrian Chadd To: Kim Culhan Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: AR9227 hostap on FreeBSD 10-current 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: Wed, 18 Jul 2012 22:54:33 -0000 It says HT40, so it's 11n. Do 'ifconfig wlan0 list sta', see what speeds the stations are at. Do 'sysctl dev.ath.0.sample_stats=1' and check dmesg, see whether it's TXing using MCS or legacy rates. Adrian On 18 July 2012 15:53, Kim Culhan wrote: > Been wanting to check out 802.11n operation, what with all the effort > Adrian, Bernhard and > others have been putting into the project ..Seems its really getting > 'up to speed'. > > When AR9227-based cards became available locally at a good price I > snarfed a couple. > > One card is running in a FreeBSD 10-current machine in hostap mode and > I'm trying to > figure out whether its connected in .11n mode. > > ifconfig wlan0 shows: > > wlan0: flags=8943 > metric 0 mtu 1500 > ether f8:d1:11:39:3d:e5 > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng > status: running > ssid ath channel 11 (2462 MHz 11g ht/40-) bssid f8:d1:11:39:3d:e5 > regdomain 32924 country CN indoor ecm authmode WPA2/802.11i > privacy MIXED deftxkey 3 AES-CCM 2:128-bit AES-CCM 3:128-bit > txpower 20 scanvalid 60 protmode CTS ampdulimit 64k ampdudensity 8 > shortgi wme burst dtimperiod 1 -dfs > > > Looking at the section with: 11g ht/40- > > Does this indicate 11g mode? > > The card on the client end is the same type hardware about 12 feet > away, signal strength > should not be a problem :) > > -kim > _______________________________________________ > 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"