node-wifi
node-wifi copied to clipboard
resolves issue where linux can't connect if appostrophes in ap/password
this resolves any instance where an access point has an apostrophe in the ssid (typical for any iPhone hotspots for instance).
Hi, Do you think this correction whoul now fail if there are quotation marks in the wifi ssid or password?
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.
@friedrith any further needs here? this should be a non-breaking change.