Re: wi in hostap mode causes panic near linksys router
"M. Warner Losh" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Here's what I use. I'm using it right now to send you this message: ifconfig wi0 ssid SSIDduImp channel 7 media DS/11Mbps mediaopt hostap debug up sysctl net.link.ether.bridge=1 sysctl net.link.ether.bridge_cfg='wi0 ed0' I've not tried setting WEP keys, but if you are, I'd try: ifconfig wi0 ssid SSIDduImp channel 7 media DS/11Mbps mediaopt hostap \ debug wepmode on wepkey 0xxxxxxxxxxxxxxxxxxxxx up Note that your problems were that you didn't say 'media DS/11Mbps' in your ifconfig. That's likely the root of the problems. Warner To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message