-
Notifications
You must be signed in to change notification settings - Fork 410
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
Scan locks forever when connected to Wi-Fi #297
Comments
If i run iw with --debug option, it locks at the end of the log. Seems similar to a working run, but it never receives scan results. -------------------------- BEGIN NETLINK MESSAGE --------------------------- |
Hi,
I am testing this driver and found out a serious problem. It seems that scan is not working when connected to a network. Not much to report though, there are no logs on dmesg. Simply, the command:
iw dev wlp3s0 scan
Locks forever without results. Same happens scanning with wpa_cli:
SCAN-RESULTS returns immediately and command "scan_results" shows only the initial scan values (those read by wpa_supplicant before connecting).
The text was updated successfully, but these errors were encountered: