New issue
Advanced search Search tips

Issue 922853 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

login screen: keeps requesting WiFi scans even when WiFi is disabled

Project Member Reported by briannorris@chromium.org, Jan 17 (6 days ago)

Issue description

Chrome Version: 73.0.3667.0 (and others)
OS: Chrome R73-11566.0.0 (and others)

What steps will reproduce the problem?
(1) go to login screen
(2) disable WiFi in UI (or otherwise disable the WiFi device in shill)
(3) watch /var/log/net.log or `dbus-monitor --system`

What is the expected result?

Do not see scan requests


What happens instead?

Every seconds see this in net.log:

2019-01-16T19:04:09.725902-08:00 INFO shill[1556]: [INFO:wifi.cc(315)] Scan on wlan0 from RequestScan

And stuff like this in dbus-monitor:

method call time=1547694169.725743 sender=:1.88 -> destination=org.chromium.flimflam serial=255 path=/; interface=org.chromium.flimflam.Manager; member=RequestScan
   string "wifi"



This does not happen once we get through login (e.g., Guest mode)

These requests end up being harmless, as shill still keeps track of the Enabled state and doesn't bother to re-start the WiFi device. But this is spammy and wasteful.
 

Comment 1 by steve...@chromium.org, Jan 17 (5 days ago)

Cc: alemate@chromium.org
Labels: -Pri-3 M-73 Pri-2
Owner: steve...@chromium.org
Status: Assigned (was: Untriaged)
We don't seem to be checking whether wifi is enabled in cr-network-select:

https://cs.chromium.org/chromium/src/ui/webui/resources/cr_elements/chromeos/network/cr_network_select.js?q=cr-network-select&sq=package:chromium&dr=C&l=110

You can see the same problem if you open chrome://network.

Not urgent, but it's an easy fix.

Sign in to add a comment