Skip to content

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

@7unn3l

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions