From owner-freebsd-net@FreeBSD.ORG Tue Jun 9 10:08:16 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E9321065673 for ; Tue, 9 Jun 2009 10:08:16 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f208.google.com (mail-bw0-f208.google.com [209.85.218.208]) by mx1.freebsd.org (Postfix) with ESMTP id 174878FC0C for ; Tue, 9 Jun 2009 10:08:15 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz4 with SMTP id 4so173696bwz.43 for ; Tue, 09 Jun 2009 03:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/7OLwNDYT8mnk7TrkYJLdpvxw7PDtlCiujDTJA5uax8=; b=o9WVFmJOhJCbaDOt/8PkwwSqILkN1JzFpPFZU9VLREaBNw7OgSbo1bLecbo11APnEB hEqKmgytor13RU1JDsDkKYiZqQ4oMwBsXmqf5yvLaEFlW/suO+29Ft11ad6IyUOt+daR oYTMBzB7+mNU35/irOunOL53mtuiSFFNNJKSo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a+hzPGHo+SazcHx4Mvi1PbwMv/UbNRU4wc63ilLq2nctTywPdFFvwMezhRw/GBXtFx 4zCsPEfBY7kDyxYaJZbeADG2byKzcGVtKh3WYdXXXEsnSZuih2AsMfU1jCIiE3bTfYVC LNmn5q6iha/DIIu/OunXfAhrSDf8PVF+gJ+ko= MIME-Version: 1.0 Received: by 10.204.117.17 with SMTP id o17mr7756111bkq.145.1244542094825; Tue, 09 Jun 2009 03:08:14 -0700 (PDT) In-Reply-To: <1244536849.41240.6.camel@daemon2.partygaming.local> References: <3a142e750906090134h6fae7342y27c844c3acaf59af@mail.gmail.com> <1244536849.41240.6.camel@daemon2.partygaming.local> Date: Tue, 9 Jun 2009 10:08:14 +0000 Message-ID: <3a142e750906090308w34c1d9feye5c6e2cc67d5a953@mail.gmail.com> From: "Paul B. Mahol" To: Vladimir Terziev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: Unable to clone wlan device X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 10:08:16 -0000 On 6/9/09, Vladimir Terziev wrote: > Thanks Paul, > > i have tried the same with ral(4) device and got a similar result. > > What about ral(4), does it support virtual interfaces ? No it doesn't. The only chips capable of multi bssid I'm aware of are atheros ones and only on >= 8.0. > On Tue, 2009-06-09 at 11:34 +0300, Paul B. Mahol wrote: >> wlan cloning is only available on 8.0, and iwi supports only one >> virtual >> interface at any time. -- Paul