friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
396 stars 160 forks source link

How to connect a WiFi without password on Windows #103

Closed MaydayKobe closed 4 years ago

MaydayKobe commented 4 years ago

I tried to pass the password as null '' in the connect function. I couldn't connect to the WiFi without password

fkoehler42 commented 4 years ago

Do not pass any password key to connect, i.e. wifi.connect({ ssid: MySuperNetwork }); and that's it!

friedrith commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.