From owner-freebsd-net@FreeBSD.ORG Sat Apr 8 05:32:14 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8855416A400; Sat, 8 Apr 2006 05:32:14 +0000 (UTC) (envelope-from rsf@ns.live555.com) Received: from ns.live555.com (ns.live555.com [66.80.62.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id C125443D6A; Sat, 8 Apr 2006 05:32:10 +0000 (GMT) (envelope-from rsf@ns.live555.com) Received: from ns.live555.com (localhost.live555.com [127.0.0.1]) by ns.live555.com (8.13.4/8.13.4) with ESMTP id k385W4DU072890; Fri, 7 Apr 2006 22:32:04 -0700 (PDT) (envelope-from rsf@ns.live555.com) Received: (from rsf@localhost) by ns.live555.com (8.13.4/8.13.4/Submit) id k385W0Px072832; Fri, 7 Apr 2006 22:32:00 -0700 (PDT) (envelope-from rsf) Message-Id: <7.0.1.0.1.20060407222718.01f2ccd0@live555.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Fri, 07 Apr 2006 22:31:38 -0700 To: freebsd-net@freebsd.org From: Ross Finlayson In-Reply-To: <200604072149.16756.max@love2party.net> References: <7.0.1.0.1.20060407121349.02039da0@live555.com> <200604072149.16756.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-mobile@freebsd.org Subject: Re: Does the "iwi" driver (Intel PRO/Wireless 2200BG) support "hostap"? 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: Sat, 08 Apr 2006 05:32:14 -0000 > > (If it's not possible to run this driver in "hostap" mode, then how > > could I configure it to run as an IBSS 'base station' instead? (The > > "network-wireless.html" page in the FreeBSD handbook is silent on this > > point.)) > >The ath(4) man page has the following example: > ifconfig ath0 inet 192.168.0.22 netmask 0xffffff00 ssid my_net \ > mode 11b mediaopt adhoc > >I haven't been able to get iwi(4) working in IBSS mode however. Neither have I. ("ifconfig iwi0" tells me that the card is running in IBSS mode, but no other clients seem to see it.) It would nice if someone could figure out how to get this working. (In the meantime, I've placed an order for a different mini PCI card - the Xterasys XG600 - which uses the Prism chipset, and so should (I hope) wotk with "hostap".) Ross.