From owner-freebsd-net@FreeBSD.ORG Fri Dec 11 17:07:47 2009 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86C6106566B for ; Fri, 11 Dec 2009 17:07:47 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 506588FC0A for ; Fri, 11 Dec 2009 17:07:46 +0000 (UTC) Received: by ewy5 with SMTP id 5so1239920ewy.14 for ; Fri, 11 Dec 2009 09:07:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=3T+m3vgvhHo6/choN/iaUt3EioMayimQSBYxoXAoXek=; b=wdH4zoATRazXNrLxuk8RIqRgHiUOtmPDV9SUUc2w0zINAjGqx3svuzGENXJ0sCqfkr rg7KjnnrRf+lfeZqDYfJkar7qPaYBdh4n2zEvwFLmucrJpGus65F+mnKk3/fGbeZQvsq RsEXt4R+PqWw+/Xk0cUZa/H6Gws9F4BLRBZuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=e7eO+CT2QtaoMfCH+VhxVx6rNok/Ni/VECXiH6pmSQtxdcA5GtFr/fDUuSbIKfIs+N Fb0XpSAWCNVGbDYl2MqmNAG3RbTQikNG1bp4eVjsYCKVVNNnxB6lnMLF7tItih1pB+bE EBOdFsw8nPnonN+b2DLwBmOexu4xsgMcWmcCY= MIME-Version: 1.0 Received: by 10.213.15.17 with SMTP id i17mr1851497eba.20.1260551266164; Fri, 11 Dec 2009 09:07:46 -0800 (PST) In-Reply-To: <3a142e750912070521u2804992fy2534e25a37ceb626@mail.gmail.com> References: <3a142e750912070521u2804992fy2534e25a37ceb626@mail.gmail.com> Date: Fri, 11 Dec 2009 18:07:46 +0100 Message-ID: <3a142e750912110907wd4e8a55qfefe423433423354@mail.gmail.com> From: Paul B Mahol To: net Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: ndis: broken scan X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2009 17:07:47 -0000 On 12/7/09, Paul B Mahol wrote: > Patch attached to fix scan results. > Bug is obvious if you use -v flag: > ifconfig -v wlan0 list scan > > It is interesting, that it never got noticed. I got hit with this one > when working on WPA instead of WPA2(RSN). In that case wpa_supplicant > would never pick AP because it doesnt see WPA, it could see only RSN, > now with this patch it see much more, like WME; and > ifconfig wlan0 list scan > output is more useful. > http://www.freebsd.org/cgi/query-pr.cgi?pr=141376 Bump! -- Paul B Mahol