Skip to content
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

在win10 中不支持中文wifi名 #40

Open
fox1989 opened this issue May 6, 2019 · 3 comments
Open

在win10 中不支持中文wifi名 #40

fox1989 opened this issue May 6, 2019 · 3 comments

Comments

@fox1989
Copy link

fox1989 commented May 6, 2019

把wifi名的编码改为Default是可以连接,但是会是乱码

string SSID=Encoding.Default.GetString(network.dot11Ssid.SSID, 0, (int)network.dot11Ssid.SSIDLength);

@LKMMKL
Copy link

LKMMKL commented Feb 11, 2020

I also meet this problem.
Have you found the solution?

@fanyang89
Copy link

@fox1989 @LKMMKL
Check this: #26

@TheObliterator
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants