ghetek Posted January 30, 2009 Posted January 30, 2009 does anybody have an example of controlling a wireless adapter using the functions from microsoft?http://msdn.microsoft.com/en-us/library/ms706274(VS.85).aspx
Authenticity Posted January 30, 2009 Posted January 30, 2009 (edited) This would require a couple of structures and enumerations declaration which will take some time to collect but it's pretty applicable just collect the information yourself and use DllStruct* functions and get handle referencing the Wlanapi.dll library and use the DllCall to call it's functions and use DllStructGetPtr to pass structures pointer to the function. It's not a fast solution as you can see, but again, pretty applicable. Edited January 30, 2009 by Authenticity
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now