PROGRAMMING MY WIRELESS INTERFACE in linux

Jun 07, 2005 2 Replies

Im curious to interact programmatically with my wireless card in linux.



Id like a pointer to a tutorial on C programming for wireless on linux if there is such a thing,



At the lowest level, there aren't many device drivers written specifically for Linux. One reason for that is because ndis drivers, intended for Window XP, can also be used on Linux, using ndiswrapper. If you want to write a device driver level interface for some particular wireless card, it appears you are bumping up against a petty solid wall of no information available from manufacturers.

On a higher level, which is probably what you actually want to do, there aren't many programs that interact with the device drivers directly, simply because there is not much need for more than one good set of them. That one good set of utilities comes in a package called wireless_tools.

formatting link
formatting link
I'd guess the source code for that package is about as much of a tutorial as exists. It will certainly provide one example of how to do what can be done.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required