On 2/5/09, Erwin Hoffmann <[email protected]> wrote: > Hi, > > I just saw Paul Mahol's comment: > >>Yet another invalid bug report. >>OP should use -Dndis and not -Dbsd >> >>-- >>Paul > > Well. If things would be sooo easy. > Trying to declare "-D ndis" in the wpa_supplicant call as additional > argument yields: > > artemis# pwd > /etc/rc.d > artemis# ./wpa_supplicant start ndis0 > Starting wpa_supplicant. > Unsupported driver 'ndis'. > > This is my kernel setup: > > artemis# kldstat -v | grep wlan > 300 wlan_ccmp > 301 wlan_tkip > 302 wlan_wep > 303 wlan > > artemis# kldstat -v | grep ndis > 5 3 0xc0c73000 17734 ndis.ko > 3 ndisapi > 6 2 0xc0c8b000 caa4 if_ndis.ko > 4 cardbus/ndis > 5 pci/ndis > 6 pccard/ndis > 7 uhub/ndis > > What am I missing ? > > regards. > --eh. > > > > --- > Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/ > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "[email protected]" >
wpa_supplicant works fine on 8.0 with ndisX vaps. (and on 7 branch it should work too) Your is not configured with support for ndis. Please read carefully wpa_supplicant configuration options. -- Paul _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
