Open fox1989 opened 5 years ago
I also meet this problem. Have you found the solution?
@fox1989 @LKMMKL Check this: #26
@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);