From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 16:55:36 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B251065670 for ; Mon, 18 Oct 2010 16:55:36 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id B72598FC20 for ; Mon, 18 Oct 2010 16:55:35 +0000 (UTC) Received: by vws1 with SMTP id 1so601269vws.13 for ; Mon, 18 Oct 2010 09:55:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=VQ1AJpBZgoIZVhCXRaOOTXn5DwFk/pAjVLKZ4eojlAA=; b=g3Jx8+PJ+O9PyrIycgOE7Xynl4XKlRR8a/52HVnsDxw53de2y/qYlEeJ8nZayTtL4s NH8ewjTPtCzbRKQvvaq6Zg5Wx5ojCuojjFPbI/hRqRi6g4niOAwzLzs909bSB1YlxO+G D14a2+EpcStlT1D4raGRpSbzBsTGcDNw8k1SE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=c1BlBBbpFbNGBulgoifwdQXocavaSjgWfExFP7dPl4EDNRDDtCFPnEvW145tL3L9od SpXd1odyPZ+L4EPopzCxiaXXpPZFEtZzeCpPyYjd7WGdBPq9PhwdG/3c4ydYejf/EP1U +M39vJTLKizLVfZN1FexyYnDAp1NNXch3lAoY= MIME-Version: 1.0 Received: by 10.220.193.69 with SMTP id dt5mr1257599vcb.152.1287420934222; Mon, 18 Oct 2010 09:55:34 -0700 (PDT) Received: by 10.220.171.208 with HTTP; Mon, 18 Oct 2010 09:55:34 -0700 (PDT) Date: Tue, 19 Oct 2010 00:55:34 +0800 Message-ID: From: Buganini To: FreeBSD Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: wpa_supplicant and ssid X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2010 16:55:36 -0000 It seems that wpa_supplicant iterate through all scanned ssids and try to associate with each, and that cause two problem for me. 1) in my school, there are many AP, and connection is not stable, when disconnect, it take many time to try and fail to associate with those ssids until the one I want. 2) i can't associate with a non-discoverable ssid but probably it is my wireless driver's problem, i'm using bwn0 and currently I need to force it to use mode 11b or it is unusable. or should I complain to upstream ? -- Buganini