In wlanapi.cs , the execution halted at this (line 634). Wlan.ThrowIfError( Wlan.WlanOpenHandle(Wlan.WLAN_CLIENT_VERSION_XP_SP2, IntPtr.Zero, out negotiatedVersion, out clientHandle)); Thanks
I' am use GetNetworkBssList return error.
Implement scanning for available networks. Support snippet: --- Yes, that's true - GetProfiles is not the right way to go. You should use WlanClient's Scan method. The clumsy thing about Scan is t...
Hi, Thanks for your project, I 've been looking for such a wrapper to WZC for a while. Anyway, I'm kind of new with .net and I don't really understand how to use your api. I need to scan for the av...
Seems that people are missing examples of using this class.
The dot11CipherAlgorithm doesnt appear to enumerate the correct Cypher algoirthm. It brings back CCMP (AES) when Im using TKIP and the dot11AuthAlgorithm doesnt appear to enumerate any auth protoc...
Any thought to adding the call WlanGetNetworkBssList? Thanks Ken
Indicate Wlan class is not intended for direct consumption. Users seem to be making this mistake.
Source files should have the GPL header.