Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubled results #70

Open
MomboteQ opened this issue Dec 20, 2021 · 0 comments
Open

Doubled results #70

MomboteQ opened this issue Dec 20, 2021 · 0 comments

Comments

@MomboteQ
Copy link

I have this code:

import pywifi
import time

iface = pywifi.PyWiFi().interfaces()[0]
iface.scan()
time.sleep(10)
profiles = iface.scan_results()
print([profile.ssid for profile in profiles])

and have this result

['Q60_2492', 'HUAWEI-B525-2ACC', 'Q60_2492', 'HUAWEI-B525-2ACC', 'PLAY Internet 4G LTE-4F17C2', 'HUAWEI-B525-5G-2ACC']

script printed doubled results (doubled only saved networks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant