illiliti / eiwd

iwd without dbus -- maintained fork of original dylanaraps/eiwd
GNU Lesser General Public License v2.1
42 stars 2 forks source link

list networks #3

Closed ricardogj08 closed 2 years ago

ricardogj08 commented 2 years ago

is it possible to list the available networks?

illiliti commented 2 years ago

iw dev wlan0 scan | grep SSID

ricardogj08 commented 2 years ago

thanks :3