I'm using C++, and I was wondering about how I could list the wirless networks my computer can see, along with channel, IP, ISP, signal strength, and speed. I'm working on a command line hacker tool, and I need this. I can alternativly do it in Batch or Python, if it's easier.
I have searched Google. Can any of you point me to a tutorial or give a few pointers for me?
(Oh, and I can't do it in Perl...)
EDIT: Oh, also with C++, I'm using the system() function to call batch files to run different programs, and my main application doesn't respond (it shouldn't respond with this method). Are there other ways to do this?


