hi,
thanks for answering.
What Id like to do is create a wifi client program that
takes the SSID, network key, and connect to an AP.
Which languages would be appropriate for this type of program? Thanks in advance.
This is usually done by the network card driver, and as such you shouldn't have to do anything. If you're looking to automate this process, you'll have to do some screen-scraping and/or sending some Windows messages. Since each manufacturer's user interface is different, you'll have to write code that is specific to a particular card, and version of the driver GUI.
C# probably would not be my first choice for this -- I would use straight C & the Win32 API because it gets me closer to the Windows message pump.
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.