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

Get current wifi password

Results 9 wifi-password issues
Sort by recently updated
recently updated
newest added

The module cannot work on Windows if the Windows is running in some languages, e.g. Chinese. The problem is that `netsh` outputs differently under different codepages. On Chinese Windows, the...

SSID and profile name don't always coincide. Users can rename saved WiFi networks to something more convenient to them. This gets the correct string expected by the `netsh wlan show...

I'm having this error on Windows 10, with node v6.6.0: ``` Error: Promise rejected with value: 'Could not get password' at C:\Users\Antonio\AppData\Roaming\npm\node_modules\wifi-password-cli\node_modules\loud-rejection\index.js:27:12 at Array.forEach (native) at EventEmitter. (C:\Users\Antonio\AppData\Roaming\npm\node_modules\wifi-password-cli\node_modules\loud-rejection\index.js:23:24) at emitTwo...

When I try to retrieve the password of the SSID `/\/\r.g33l

I'm using `WIndows x64`, and `Node 4.4.7`. When I using CLI, is returning fallowing error for me. > $ wifi-password > TypeError: Cannot read property 'indexOf' of undefined > at...

in `wifi-password/node_modules/linux-wifi-password/index.js`, I needed to change line 7 from `var args = ['cat', '/etc/NetworkManager/system-connections ' + ssid];` to `var args = ['cat', '/etc/NetworkManager/system-connections/Auto\ ' + ssid];` (the difference being `/Auto\`)...

The following happens, seems like it's trying to use a tool that's not (always) installed by default: ``` sven@linux-etoq:~> wifi-password spawn iwgetid ENOENT ``` Platform: openSUSE 13.1, x86_64, XFCE