awkman / pywifi

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

scan_results() is returning bssids with an addiotional ":" on windows #51

Open 7unn3l opened 5 years ago

7unn3l commented 5 years ago
>>> #tested on windows 10
>>> import pywifi
>>> wifi = pywifi.PyWiFi()
>>> iface = wifi.interfaces()[0]
>>> iface
<pywifi.iface.Interface object at 0x02F4D670>
>>> iface.scan()
>>> iface.scan_results()[0].bssid
'xx:xx:xx:xx:12:e3:'

Bssids should not end with an ":"