-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for WPA2 Enterprise. #2
Comments
Robert Austen contacted me with a solution to the problem. The core issue that a binary compiled with x86 architecture won't be able to call WlanSetProfileEapXmlUserData on a x64 Windows 7/8. See: http://social.msdn.microsoft.com/Forums/en-US/130b1fef-213b-493b-9aab-0ee8978106b2/wlanapidll-wlansetprofileeapxmluserdata
Sample code provided by Robert: https://gist.github.com/robinwassen/6164456 |
The solution I would propose for SimpleWifi is probably something similar. Create a shim in c++ compiled to both a x86 and x64 assembly, then make the C# library select the appropriate assembly depending on the current OS architecture. |
Some followup from Robert:
|
Thanks for your answer. I shall pass from time to time to see if there has been some progress. |
AccessPoint.IsConnected: report IsConnected if current network has sa…
The library does not currently support WPA2 Enterprise.
The text was updated successfully, but these errors were encountered: