You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fanyang89 I built upon your #26 fix....
I found I needed to pass the hex key into the creation profile to join new wifi networks with unicode chars in their name.
Without this new connections would fail (despite encoding the SSID properly).
See PR #45
把wifi名的编码改为Default是可以连接,但是会是乱码
string SSID=Encoding.Default.GetString(network.dot11Ssid.SSID, 0, (int)network.dot11Ssid.SSIDLength);
The text was updated successfully, but these errors were encountered: