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

When there are multiple wifi interfaces exist in Windows environment and if the first one is disconnected, the `getCurrentConnections()` returns null. ## Expected Behavior The `getCurrentConnections()` should return connected connections...

### Expected behavior can connect to wifi witch the security is WPA3 on Windows 10 ### Current behavior can't connect to wifi witch the security is WPA3 on Windows 10...

## Expected Behavior Is there a `.isConnected()` method to check if the target wifi is connected or not? ## Current Behavior I am trying to use `wifi.scan()` method to get...

Windows has the option to send a random IP address when connecting to a network.... Please add the option to set a Mac address ## Expected Behavior wifi.connect({ssid: "wifi", password:...

Hi, First, thank you for providing this package, that easily let us communicate with the network adapters on the OS. ## Expected Behavior When using a wrong password using the...

## Expected Behavior ## Current Behavior ## Affected features - [ ] node API - [ ] cli ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3....

You have two dependencies. This two is only meant for cli usage. ![image](https://user-images.githubusercontent.com/1148376/128909536-d32f9d2d-efbb-4fb7-bdd8-6f6ca0823c1f.png) I'm not super interested in that for my own module. I where wondering if you could consider...

enhancement

## Expected Behavior Is the integration of the WPS (Wi-Fi Protected Setup) function planned or possible? ## Current Behavior Feature not available yet. At least I couldn't find it. ##...

enhancement

Hii there, node-wifi has the `wifi.connect()` method but this only returns anything if it there is an error. When I manually tried connecting using the following command, however, I can...

enhancement

## Expected Behavior In Windows, when we try to connect to a networks, the connection fails if the user don't have admin privileges on the laptop. nodeWifiConnect.xml which is a...