Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 23:07:24 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jre@vineyard.net
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: HostAP on a DWL-520 prism2 PCI card
Message-ID:  <20020815.230724.97148444.imp@bsdimp.com>
In-Reply-To: <20020815233457.GA15916@jade.nat.elsasser.org>
References:  <20020815233457.GA15916@jade.nat.elsasser.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020815233457.GA15916@jade.nat.elsasser.org>
            Josh Elsasser <jre@vineyard.net> writes:
: wi0: <Intersil Prism2.5> mem 0xeb103000-0xeb103fff irq 11 at device 14.0 on pci0
: wi0: 802.11 address: 00:05:5d:ed:af:52
: wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI)
: wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.04

Firmware 1.3.4 is ok, but 1.4.9 supposedly works better.

: If I turn on hostap with `ifconfig wi0 mediaopt hostap` and use all
: the default settings (aside from assigning an IP address),

It helps to give the full and actual command that you are using.  What
you describe here just won't work.  You gotta setup a channel and ssid
as well.  I'm using the same version as you with the following script
to bring up the hostap:

ifconfig wi0 ssid ImpTest channel 7 media DS/11Mbps mediaopt hostap debug up
sysctl net.link.ether.bridge=1
sysctl net.link.ether.bridge_cfg='wi0 ed0'

is what I'm using.  You'll likely want the same sort of thing.  I've
only been associating from NetBSD and FreeBSD clients.  However, I've
had reports of people serving 50 or 60 clients with this version.

Have I MFC'd the wi manual yet?

: I am running FreeBSD 4.6-STABLE from Aug 7 on the hostap machine, and
: I have version 1.7.2.4 of /sys/dev/wi/wi_hostap.c.

This looks like the most recent version.  -current has a few more
things in it, but I don't think any of them will matter a while lot.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020815.230724.97148444.imp>