From owner-freebsd-wireless@FreeBSD.ORG Fri Jun 7 17:15:09 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4B042374 for ; Fri, 7 Jun 2013 17:15:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-f45.google.com (mail-qe0-f45.google.com [209.85.128.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1311D1B2D for ; Fri, 7 Jun 2013 17:15:08 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id w7so23871qeb.18 for ; Fri, 07 Jun 2013 10:15:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=hHtRrVjWOIdFjenacwHCV+4IWei1X6qZ8wYf5A4Sspg=; b=Q8NzMd/XJse6pJaSuy6yvsq5X/iFZkRzwuARzHYQlYnP106NnVZ1448NFO8fapMcF9 49cpmIS51vaglmGd2h9h84Xgw5k5qxoHyEwtgjr+fuw4fO8qlUks8R4vOZU6vpo4VXnL L2ZsrDzXfcE56LkUbozaWje/O/Ui3PAjEsIgpD6QRjWwqKa8oKjYJnEC/hWCxpeIm//M KW9pBziG9PfuISXMswyydlj7F6TNWPFOZTxhV/+FsigcXoRMW4Lm4VznclgJPOfJK9GB hMasvDCDWftacr/YrG84Z5KzVH9A9obRIfTznbvgDbHZrID6aObvVCVE7mQDN6bXiFQh Saqw== MIME-Version: 1.0 X-Received: by 10.49.49.167 with SMTP id v7mr48873620qen.10.1370625301899; Fri, 07 Jun 2013 10:15:01 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.5.65 with HTTP; Fri, 7 Jun 2013 10:15:01 -0700 (PDT) In-Reply-To: <20130607110440.GB14266@psconsult.nl> References: <20130429101449.GA27298@psconsult.nl> <20130607110440.GB14266@psconsult.nl> Date: Fri, 7 Jun 2013 10:15:01 -0700 X-Google-Sender-Auth: X8NtxFXYk1_ceRAWO-JOfADTfs8 Message-ID: Subject: Re: State os VAP support From: Adrian Chadd To: Paul Schenkeveld Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 07 Jun 2013 17:15:09 -0000 Oh I'm not stopping my wifi hacking. ;) adrian On 7 June 2013 04:04, Paul Schenkeveld wrote: > On Sun, May 19, 2013 at 10:30:45PM -0700, Adrian Chadd wrote: >> Oh, I found the 'bssid' option. >> >> Try something like 'ifconfig wlanX create wlanmode hostap bssid mode 11g...' >> >> See if the MAC addresses for each are different. > > I seem to be able to change the bssid from a login session but trying > to do that from rc.conf fails and leaves the wlanX mac addresses set to > the ath0 address. > > I haven't had the opportunity to document the behaviour yet and saw > you good-bye message so I'm afraid this one will go into the pr > database hoping thatsomeone will pick it up some day. > >> If you still see the "Discard message X" then that's an orthogonal >> issue which we need to diagnose. I don't see that in my testing. > > Haven't seen those messages. > >> Adrian > > Thanks for all your responses! > > With kind regards, > > Paul Schenkeveld