From owner-freebsd-wireless@FreeBSD.ORG Tue Jan 6 15:53:39 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 175CAE6C for ; Tue, 6 Jan 2015 15:53:39 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D8142771 for ; Tue, 6 Jan 2015 15:53:38 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so9839462wes.38 for ; Tue, 06 Jan 2015 07:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=1KFK2DO6/OtOnkboT0eDYZRealghDDUHVtciIRVDF4g=; b=sskAFJUCMQfxCEFouxkSY59BGVE2+sPBKyhnY1meRnV6diG1O+Cm9a3Uf1wD4wRIc2 N4ePxkSlRObi6TpGIFOzK9UcN3ysgsGloE3smqAwVNO5B9LkvrNOQ7MoHAZZnKyXO0Xm VZQORjrCZ637aVmE9yD4mHCQwQWH2LtnszGgncviaNsm4xCiwl7pjCezcxeULZcriEwA 1WFbOKrh+bvW8THnBmkn9uSDoHwatqLSmj1wPCa/OZainZ8oXtGkohophJxY3gHbZIk5 nh3d2qumB0i1RTcSESugVU5CiFmqWUGByDU4CSgp839g2OIps0lkQWS2SrnJmxzGPo5i 8Zsg== MIME-Version: 1.0 X-Received: by 10.180.91.193 with SMTP id cg1mr38484211wib.26.1420559617154; Tue, 06 Jan 2015 07:53:37 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.41.136 with HTTP; Tue, 6 Jan 2015 07:53:37 -0800 (PST) In-Reply-To: <54ABB8D8.8010505@pean.org> References: <54ABB8D8.8010505@pean.org> Date: Tue, 6 Jan 2015 07:53:37 -0800 X-Google-Sender-Auth: roJ5sxrXDa4fPshRwnNCzpKYJX4 Message-ID: Subject: Re: Multiple ssid or multiple radios with hostapd From: Adrian Chadd To: =?UTF-8?Q?Peter_Ankerst=C3=A5l?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "wi >> freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 06 Jan 2015 15:53:39 -0000 Hi! It should be pretty simple: wlans_ath0=3D"wlan0 wlan1" ifconfig_wlan0=3D"create flags go here HOSTAP" ifconfig_wlan1=3D"create flags go here HOSTAP" Then you populate /etc/hostapd-wlan0.conf and /etc/hostapd-wlan1.conf . Hm, this isn't well documented at all. Ok, time to update it. -adrian On 6 January 2015 at 02:28, Peter Ankerst=C3=A5l wrote: > Hi! > > Im trying to get hostapd to work with multiple wifi cards (and multiple s= sid > on a single card) but I cant get how to do it from the manual. And when > searching the googlez I dont get much. > > Thanks. >