I need to scan Wifi access point on Windows Mobile and connect the one of scanned results. Currently I am using C# language, Windows Mobile 6.5 device, also to scan I am using the below code.
[DllImport(wlanapi.dll", SetLastError=true)]
I am using wlanapi.dll, but it seems that not possible to use on Mobile.
Does anyone know about the belows.
- Could I use the dll in Windows Mobile 6.5 to scan and connect?
- If the 1 is not possible, please let me know the different methods..
Please give me the clues... Thanks in advance.