From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 23 18:53:45 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 7C7EE106564A for ; Mon, 23 Jul 2012 18:53:45 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id EDA548FC08 for ; Mon, 23 Jul 2012 18:53:44 +0000 (UTC) Received: by lbon10 with SMTP id n10so10422579lbo.13 for ; Mon, 23 Jul 2012 11:53:43 -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=wYL/TQs25V+F7AOtAttfKKtevyDa5Xx7sgguMfmTPc4=; b=NO6zNnE9WmMdh9TZU8xD2r+W7h3OobJcc0hyxF06vwcWIrhRGRMIfYSuYgqEMfYpkf /Olk7PYa6Nx7osFw602x1u0zZo0vYVR5yq2SKxldcIqP6TBezFwdShUfauLxbVcebTzk vlEMsUTwaiyAvpgfDpVqL6U7YRo3V/i9W3St7bw52Ca+w0hdUwHGPQdMA0Kz/8+b6tOr sbYgJ79BpXdZr3YP+kuXccgwi3k5/lfplnHqA+QTlFWuxeG+QzjbnWQOcWtA6pc2e5nP fzF0CkWtnCfQSeRWNjVs4NBZFIT1l3VqjkTunRWU3b/wSuXlClph9QEBzBFVfSHsdbv5 eT3g== MIME-Version: 1.0 Received: by 10.112.44.163 with SMTP id f3mr8219744lbm.59.1343069623685; Mon, 23 Jul 2012 11:53:43 -0700 (PDT) Received: by 10.112.20.197 with HTTP; Mon, 23 Jul 2012 11:53:43 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Jul 2012 11:53:43 -0700 Message-ID: From: Adrian Chadd To: Kim Culhan Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: multi vap Multi-SSID unique bssid eliminates client connect failures 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: Mon, 23 Jul 2012 18:53:45 -0000 .. what changed? Adrian On 23 July 2012 08:11, Kim Culhan wrote: > Having each vap with a unique bssid appears to have eliminated a > problem with a client > not being able to connect to all vap in a 4-vap test setup. > > The configuration which achieves unique bssid : > > create_args_wlan0="wlanmode hostap wlanaddr f8:d1:11:38:3c:e5" > create_args_wlan1="wlanmode hostap wlanaddr fa:d1:11:38:3c:e5" > create_args_wlan2="wlanmode hostap wlanaddr fc:d1:11:38:3c:e5" > create_args_wlan3="wlanmode hostap wlanaddr fe:d1:11:38:3c:e5" > > This has been 'tested' so far in the case of all vap running in OPEN > mode and for > a config with 1 OPEN mode and 3 WPA2. > > -kim