friedrith / node-wifi

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

Cannot find xml file on wifi connect #86

Open leo-def opened 4 years ago

leo-def commented 4 years ago

When I try to connect to wifi, and cmd command ` netsh wlan add profile filename="WIFI-NAME.xml ' is executed, recieve a stdout message saying that OS could not find this file. It's necessary create this file before or this is executed in wrong time ?

Because I need connect to different wifi connections when it is reachable and its's password is stored in a list, So it executes a lot of asynchronous connectios

friedrith commented 4 years ago

Hi, your problem seems similar to #78. Can you try again using lastest version, I merged #80 11 days ago to fix this issue.