From: h1kari <h1...@da...> - 2002-03-31 05:39:04
|
Rob, I've finally found out how to do the ioctl stuff with IONetworkInterface and I'm in the middle of working on some modifications with WirelessDriver to add support for bsd-airtools. I've made a bunch of modifications to the driver and there aren't any compilation problems that I can find, but when the kernel tries to load the modified driver when I insert the card, it is unable to load it. I was wondering if you could provide me with any tips or shortcuts on debugging what might be causing this problem, and if there's any new source that I should work with, since it seems you're in the middle of doing a lot of work on the project. Also, I want to know how people feel about incorporating wicontrol/wiconfig into the distribution, that uses the standard ioctl interface for card configuration (I will need to at least partially port this over for basic bsd-airtools support). Any thoughts? Any help/insight is much appreciated. Thanks, -h1kari -- David Hulton <h1...@da...> Senior Researcher, Dachb0den Labs http://www.dachb0den.com On 1/20/02 2:45 PM, "Rob McKeever" <ro...@ma...> wrote: > At long last... > > I've checked in the source base I've been working on for far too > long now. It's not totally complete, but should be a good start > for anyone looking to work on the driver side of things. It > should also fix some of the stability issues that have plagued > the last code base (in other words, I can't crash this one). > > This is a complete rewrite of what was there before. It still > lacks transmit and receive capability and WEP hasn't been added > yet, but it's much cleaner and much, much more Darwin-like. > > The project has been divided into a few different sections: > WirelessController > WirelessInterface > ... not much done here yet, but this is where 802.11 > packet handling should reside > > IntersilDriver > ... core functionality for working with Intersil and > Lucent/Orinoco PRISM chips > > IntersilPCCard > ... remaining functionality needed for PC Cards > > UserClient > WirelessUserClient > ... designed to compile into a framework to ease the > creation of user clients. > > There's also a simple application in there to try and test the > UserClient bits I've done. For some reason, though, the > UserClient isn't connecting properly. I'll look into it, but > I've got a few other things that take precedence. If somebody > wants to beat me to it, please feel free. > > > Enjoy! > > -Rob > > > _______________________________________________ > Wirelessdriver-devel mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel > |