awkman / pywifi

A cross-platform module for manipulating WiFi devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

7unn3l opened this issue · comments

>>> #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 ":"