wifi-rs
wifi-rs copied to clipboard
Bug : Incorrect password , but "connected"
windows : ssid is correct and password is incorrect. But output "connected"
Hi @NoraHunter , I conducted a test of the netsh command on my laptop and discovered that the output of the netsh connect {SSID}
command does not provide a means to verify the correctness of the password in the profile. Consequently, I don't believe the current implemented logic is capable of determining whether the connection is successful or not.
I would like to resolve this issue.