node-wifi icon indicating copy to clipboard operation
node-wifi copied to clipboard

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

Open drewcovi opened this issue 7 years ago • 3 comments

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

drewcovi avatar Apr 05 '18 22:04 drewcovi

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

friedrith avatar May 13 '18 07:05 friedrith

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 avatar May 13 '18 13:05 drewcovi

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

drewcovi avatar Feb 27 '19 06:02 drewcovi