From owner-freebsd-wireless@FreeBSD.ORG Mon Jun 27 07:16:16 2011 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 4DFB4106564A for ; Mon, 27 Jun 2011 07:16:16 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D599F8FC13 for ; Mon, 27 Jun 2011 07:16:15 +0000 (UTC) Received: by bwa20 with SMTP id 20so1523735bwa.13 for ; Mon, 27 Jun 2011 00:16:14 -0700 (PDT) Received: by 10.204.22.15 with SMTP id l15mr3999493bkb.46.1309158974136; Mon, 27 Jun 2011 00:16:14 -0700 (PDT) Received: from jessie.localnet (p5B2ECBAE.dip0.t-ipconnect.de [91.46.203.174]) by mx.google.com with ESMTPS id l24sm3893051bkw.15.2011.06.27.00.16.12 (version=SSLv3 cipher=OTHER); Mon, 27 Jun 2011 00:16:12 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: freebsd-wireless@freebsd.org Date: Mon, 27 Jun 2011 09:14:39 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-32-generic; KDE/4.4.5; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106270914.39395.bschmidt@freebsd.org> Cc: Subject: Re: iwn and hostap X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bschmidt@freebsd.org 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, 27 Jun 2011 07:16:16 -0000 On Sunday, June 26, 2011 22:37:36 Adrian Chadd wrote: > On 26 June 2011 23:26, Patrick Lahni wrote: > > Adhoc is supported. According to iwn(4): > > > > iwn supports station, adhoc, and monitor mode operation. > > > > I wasn't sure if that means, just for now? Or is hostap not planned for > > these cards supported by iwn? > > The card runs closed-source firmware which we can't get to the insides > of. I don't know the exact details, but there may be some features > which we can't really get to in order to support proper hostap modes. Afaik, the firmware has basic hostap support, the only real thing missing are the powersafe bits. This goes also for IBSS mode, someone has to implement proper multi-station support. It's on my todo list.. -- Bernhard