awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
447 stars 154 forks source link

Can't Connect to a network #6

Closed Michael-Jalloh closed 5 years ago

Michael-Jalloh commented 8 years ago

Am testing the module right now but i can't connect to my network, When i check iface.status is says dbus.String(u'completed', variant_level=1)

awkman commented 8 years ago

'completed' means 'connected'. I modify the status to fix this issue, please run latest to try again.