friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

getCurrentNetworks() not working on Mac #60

Open SiemsSISC opened 5 years ago

SiemsSISC commented 5 years ago

Hi. There's an issue with mac-current-connections.js where networkUtils.qualityFromDb(...) is called when the actual function in network-utils.js is called dBFromQuality. Just change the name and it's good to go. Thanks

friedrith commented 5 years ago

Ok thanks I will change it for the next release.