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

📶 NodeJS tool to manage wifi (connections, scans)

Results 75 node-wifi issues
Sort by recently updated
recently updated
newest added

Hi, I'm really interested in your code and what you are doing. I see that you wanted help on your npm page. Please let me know how to get started....

## Expected Behavior Should provide parameters for username as well as password ## Current Behavior Breaks my saved auth for the network and returns: "The network specified by profile "(network)"...

## Description I added a disconnect function by using CLI functions that do not require to be root. Those functions turn off the wifi first and, after an optional delay,...

If the wifi interface name contains spacing (e.g. 'Wi-Fi 2'), the connect() returns stdout with 'One or more parameters for the command are not correct or missing.' ## Expected Behavior...

# Expected Behavior In some case, wifi list doesn't update automatically and we need to rescan networks manually using linux cmd `nmcli wifi rescan`. ## Current Behavior Actually with node-wifi,...

I was expecting `node-wifi` to return all the SSIDS and BSSIDS also on Windows as it does on macOS. On macOS it returns something like this: ``` [ { mac:...

## Description Start working on getting additional data as per #92. Once finished, this PR should return some additional information when a connection has been established. ## Motivation and Context...

Can not connect to Wi-Fi AP with the connect API ## Expected Behavior With init({iface:null}), and then call connect function. it should find the interface automatical and connect to Wi-Fi...

fix A SSID line may be lost in Chinese environment