Wireless Daemon for Linux
 help / color / mirror / Atom feed
* roaming issues on a residential LAN with multiple APs
@ 2023-11-25 19:46 Daniel Barter
  2023-11-25 23:28 ` Denis Kenzior
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Barter @ 2023-11-25 19:46 UTC (permalink / raw)
  To: iwd

I recently added a second wireless AP to my home LAN. All devices
except a laptop running iwd are able to roam successfully between the
two APs.

Laptop is running iwd 2.8 with the following config:

$ cat /etc/iwd/main.conf
[General]
RoamRetryInterval=10
UseDefaultInterface=false

 Running it with --developer and --debug flags, I am able to see both
APs using debug wlan0 get-networks:

<SSID>
      40:b0:76:ad:6f:2e  -61   5600    3192      000000
      40:b0:76:22:27:de  -67   5280    2128      000000
      40:b0:76:ad:6f:2a  -60   2447    1227      000000
      40:b0:76:22:27:da  -72   2437    306       000000

moreover, I am able so successfully roam from one to the other
manually by running debug wlan0 roam <BSSID>, which runs
src/station.c:station_force_roam(). Also, disconnecting and
reconnecting manually, iwd will connected to the best AP. The issue
seems to be that iwd is not automatically roaming when signal gets
bad. The only error I am seeing in the logs is

iwd[32079]: src/station.c:station_early_neighbor_report_cb() ifindex:
5, error: -110(Connection timed out)

which seems like it could be related.

apologies if this is the wrong place for asking such a question,
presumably I am just missing something obvious. Happy to provide any
more information which would help diagnose the issue.

- Daniel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-29 17:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-25 19:46 roaming issues on a residential LAN with multiple APs Daniel Barter
2023-11-25 23:28 ` Denis Kenzior
2023-11-26  0:32   ` Daniel Barter
2023-11-27  5:00     ` Denis Kenzior
2023-11-29 12:49       ` James Prestwood
2023-11-29 17:47         ` Daniel Barter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox