From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 23 20:34:09 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 ECFAD106566B for ; Mon, 23 Jul 2012 20:34:09 +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 9F63B8FC18 for ; Mon, 23 Jul 2012 20:34:09 +0000 (UTC) Received: by qabg1 with SMTP id g1so1512690qab.13 for ; Mon, 23 Jul 2012 13:34:09 -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=XCeSwg4z5BXxJLxEpcYhmbIo3/H/fjKgza4HXhcCY08=; b=oxKVb04M7K+2fX8kXUeOtzLvksguVbwDU46EmWmJcm6lt6JHHO3jxO4YZ9ORUuTCoi oIu2+13VlI0/DFGNAeshyEoeEZUzJFd70epAI6jU5IAWZs+VtvaqNl9fnp/9wmW+5IBd qIay3mn5QXU27S5l9DFNohTJQ7bBKd/RQpJVq/cTJAC0DpWjEhzY7KLCzDoJrfBZWWuJ am2qVPolm0RmI+TncN5agWGODM79Tvfq/8uLfWdl2I8ZImxMjormHga5o7+NksXqdf6a 66xMlqpZlwmVAv5Xwv72n5Z3Jfh6QJTdZ9ZXZ9GMa5lBxbp7dvjcGP3rWhhbiXG/IOH4 J/qw== MIME-Version: 1.0 Received: by 10.224.59.13 with SMTP id j13mr26373510qah.44.1343075649114; Mon, 23 Jul 2012 13:34:09 -0700 (PDT) Received: by 10.229.39.12 with HTTP; Mon, 23 Jul 2012 13:34:09 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Jul 2012 16:34:09 -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:34:10 -0000 Setting the configuration with ex: create_args_wlan0="wlanmode hostap wlanaddr f8:d1:11:38:3c:e5" Results in the Beacon frame source address and the BSS Id in the Beacon frame both being set the same value. -kim