node-wifi
node-wifi copied to clipboard
📶 NodeJS tool to manage wifi (connections, scans)
### Expected behavior The ReadMe specifies that you must set the interface to null at least. It then shows that once you set the wifi iface to null, you can...
### Expected behavior I tried to call the getCurrentConnections method to get WiFi information, but I got an empty array。 ### Current behavior I tried to call the getCurrentConnections method...
### Is your feature request related to a problem? Please describe. I have an issue when I call `wifi.getCurrentConnections` return an empty array. I checked out the source code and...
### Is your feature request related to a problem? Please describe. I have an issue when trying to get the BSSID from getCurrentConnection. As a new Apple security update since...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Cannot scan (and possible also connect) for WiFi networks on Linux (Raspberry Pi) ## Expected Behavior Returning a list of networks wen calling wifi.scan() ## Current Behavior The following error...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
## Description Windows 11 has two more fields in `netsh wlan show interfaces`: Interface Type (`ifaceType`) and Band (`band`). This made the parsing break so `.getCurrentConnections()` would return its values...
### Expected behavior `getCurrentConnections` is inconsistent across different Windows versions. ### Current behavior Currently it returns the key/value mixed up: See the output of `.getCurrentConnections()`: The odd one to me...
### Is your feature request related to a problem? Please describe. I need to manipulate WiFi connections and send HTTP requests to devices in the network. On Windows, when having...