We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have this code:
and have this result
script printed doubled results (doubled only saved networks)
The text was updated successfully, but these errors were encountered: