friedrith / node-wifi

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

resolves issue where linux can't connect if appostrophes in ap/password #45

Open drewcovi opened 6 years ago

drewcovi commented 6 years ago

this resolves any instance where an access point has an apostrophe in the ssid (typical for any iPhone hotspots for instance).

friedrith commented 6 years ago

Hi, Do you think this correction whoul now fail if there are quotation marks in the wifi ssid or password?

drewcovi commented 6 years ago

I would be surprised if it did. Although it is possible. They tend to get escaped as well. And this simply translates the results to the command line. I could give it a try. But not a lot of time today.

drewcovi commented 5 years ago

@friedrith any further needs here? this should be a non-breaking change.