Date: Mon, 2 Oct 2006 17:14:17 +0300 From: "Dimiter Ivanov" <erazorbg@gmail.com> To: "Colin Faber" <cfaber@ruckusmail.com> Cc: freebsd-mobile@freebsd.org Subject: Re: Anyone able to use Broadcom WiFi Card with encryption? Message-ID: <7cc8007f0610020714m349eaacdrb24a5585b1a20d32@mail.gmail.com> In-Reply-To: <450ABADD.3090806@ruckusmail.com> References: <7cc8007f0609141342i4c28b2e6v206cce3469b59d1e@mail.gmail.com> <4509C6E6.3070508@ruckusmail.com> <7cc8007f0609150101x57b79a4fw89cf4b67e2291487@mail.gmail.com> <450ABADD.3090806@ruckusmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/15/06, Colin Faber <cfaber@ruckusmail.com> wrote: > Dimiter Ivanov wrote: > > On 9/15/06, Colin Faber <cfaber@ruckusmail.com> wrote: > >> I'm running a broadcom mini-pci card on a WPA-PSK network with no > >> problems. > >> > >> You need to make sure that you've loaded the correct kernel modules to > >> support the encryption in question. Also, IIRC, some cards will not > >> support some types of encryption at all. Yours may be one of them. > >> > >> -cf > > > > A light in the tunel! :) > > Well i'm pretty sure the card supports WPA-PSK & WEP because that's > > how i connect to the networks at work, but only using windows. > > > > So the problem must be with the 'correct kernel modules' > > Which modules do i need to load. > > And how do i connect using WPA-PSK, i've been trying with > > wpa_supplicant , but i'm not sure that it supports cards with ndis-ed > > drivers, because it wont associate to an AP even without encryption. > You'll need crypto, wlan, wlan_tkip, and wlan_wep. > > In your rc.conf: ifconfig_ndis0="WPA DHCP" > > In your wpa_suplicant.conf: > > network={ > ssid="your-ssid" > psk="somepresharedkey" > } > network={ > ssid="someother-ssid" > other options ... > } Thank you very much, it appears that what i was missing is to specify the -D switch when calling the wpa_supplicant. Now everything works very nicely.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cc8007f0610020714m349eaacdrb24a5585b1a20d32>