friedrith / node-wifi

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

Use "-f all" for nmcli command #1

Closed ivivona closed 7 years ago

ivivona commented 7 years ago

In Debian Jessie, the nmcli command does not return the FREQ field by default. This make the code not recognise the command's output and hence the library returns no networks.

Forcing all the fields in the result with the "-f all" option will solve this problem.

friedrith commented 7 years ago

Hi, That's right, we only tested on Ubuntu 14.04 for Linux. Thanks to you for having discover this specificity.

It has been updated and published on npm with version 1.0.3.

Please, do no hesitate to report other bugs.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.