From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 23 20:26:15 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 DBA1A106566B for ; Mon, 23 Jul 2012 20:26:15 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 8FC7F8FC0A for ; Mon, 23 Jul 2012 20:26:15 +0000 (UTC) Received: by qabg1 with SMTP id g1so1509030qab.13 for ; Mon, 23 Jul 2012 13:26:14 -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=1x0sA5CDQfs+wP++y5VDwH2Tj/UaCXzPsXHCVfMzir0=; b=B1M+qJUG1aXVK7A9gt1V7zYRCvt3m2rZgXuhte/pvw1HgquwPOKySVfYcNSZRdrsYx pCLEHdSKx3LRHLi9AzKLp0eRPvrzMj1EOpCi94gyuvxBjCSuv6TteAOULBr1JfCCFKwE dQuWdzgwQT4TjJRhCeNkMiDcCczncmks0zA8JRoXnFdslqDZ0ALSYkbtz9Jp2e1KuWRE Kl6e3GmsOfSbF1YzYhuMBS46r3LM+w39wX8PyO7Z1JrGYnPar5mKhWTlu78Yx0FncX79 Vb37eUSHw8hX4M6JjDiBP1VgUI20DESy0B9ZrLT1/Re/Ys3n1n63Is9JDEi5Kc0iKNem sNaw== MIME-Version: 1.0 Received: by 10.224.71.11 with SMTP id f11mr7759198qaj.41.1343075174731; Mon, 23 Jul 2012 13:26:14 -0700 (PDT) Received: by 10.229.39.12 with HTTP; Mon, 23 Jul 2012 13:26:14 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Jul 2012 16:26:14 -0400 Message-ID: From: Kim Culhan To: Adrian Chadd 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 20:26:16 -0000 On Mon, Jul 23, 2012 at 4:20 PM, Adrian Chadd wrote: > On 23 July 2012 13:03, Kim Culhan wrote: >> On Mon, Jul 23, 2012 at 2:53 PM, Adrian Chadd wrote: >>> .. what changed? >> >> Until now I was unable to cause the bssid's to all be unique. > > Right, but specifically: > > When you do a tcpdump of the beacons before and after this change, > what do they look like? > > Were the beacons going out correctly in both cases? And all that > changed is the MAC address? The beacons appear to be going out correctly in either case and the MAC addresses are the only difference. -kim