bytedance / node-wifi-info

node module to get information about the currently connected wifi
https://www.npmjs.com/package/node-wifi-info
Apache License 2.0
26 stars 9 forks source link

Added getAllWifiNetworks() implementation #4

Open bennymeg opened 4 years ago

bennymeg commented 4 years ago

This pull request adds getAllWifiNetworks() function (as per #2).

Currently, Windows implementation returns all the available networks list, Mac and Linux it returns a list with only the current WiFi network info.