From owner-freebsd-wireless@FreeBSD.ORG Mon Jul 23 20:35:58 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 64659106566B for ; Mon, 23 Jul 2012 20:35:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D0C018FC12 for ; Mon, 23 Jul 2012 20:35:57 +0000 (UTC) Received: by laai10 with SMTP id i10so355684laa.13 for ; Mon, 23 Jul 2012 13:35:56 -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=MlGIBZvtyyfRMc/NHMqYtAwEnow1UVOvQB1lv8lYh9E=; b=bWvthb4Vjec/EfrA9sYGeYuWAGQUKoBCBtRjMCf4VFegkE5cfRNpVtbJi40oPLFyGz ajZ3tzA22r7wYI++9Sc+LWKL1zh463iFjRgtCWdF7Oc4ZrJ4eC7BnBs3jDR3QKE24EQP 2iJUILOOKaYkgbj/MPhSYykQgp3AnMn/RLBSXTzKCgRXt9Ku2IAEpnZnRLzxh8pLworH d9gDTISME4V+LGkQnb0NmckHs+QvHKaCumfob+QkN+GU7mmbCpMN49qw+T9BQYR/QQMR XGiHZ4Kefx6RsEayXBD8u835mykkjAAC1/J6lE5VrnqBf8OADaWtgj7KC42okInUN7Kg VMEA== MIME-Version: 1.0 Received: by 10.112.84.65 with SMTP id w1mr8498783lby.40.1343075756644; Mon, 23 Jul 2012 13:35:56 -0700 (PDT) Received: by 10.112.20.197 with HTTP; Mon, 23 Jul 2012 13:35:56 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Jul 2012 13:35:56 -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 20:35:58 -0000 On 23 July 2012 13:34, Kim Culhan wrote: > 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. Right. but you had that same MAC set for all VAPs? So each of your hostap instances has the same MAC? Adrian