maemo-leste / bugtracker

Issue tracking repository
62 stars 3 forks source link

droid4 wifi: disable auto scanning #362

Open MerlijnWajer opened 4 years ago

MerlijnWajer commented 4 years ago

On my droid4, wpa_supplicant seems to decide to auto scan on it's own.

Adding this line to /etc/wpa_supplicant/wpa_supplicant.conf helps:

autoscan=periodic:-1

We might want to add that, and also make this file owned by libicd-network-wpasupplicant, since it's currently only in image-builder.

clort81 commented 4 years ago

Will adding that line prevent Leste from automatically reconnecting when wlan connection is lost?

freemangordon commented 4 years ago

no, in theory. icd2 issues scans on its own when needed.

MerlijnWajer commented 4 years ago

In practice, wpa_supplicant seems to scan all the time without icd2 asking it to...

freemangordon commented 4 years ago

This should be fixed for all devices, not only for d4, right?

MerlijnWajer commented 4 years ago

Yeah.