Ever since I had to migrate from LineageOS (Android 16) to the stock ROM (Android 13), my Motorola phone won’t do band steering as expected, and it briefly disconnects a few times a day.
The first thing I noticed is that the wi-fi signal on the phone briefly becomes “low quality”, followed by a short disconnect and re-connection. This happens whether I’m standing right next to the router (strong signal), or in another room (regular signal strength). The connection is quickly reestablished and it doesn’t seem to cause any noticeable problem.
The second unexpected behavior is that it won’t ever switch to the 2.4 GHz network. No matter how far I move away from the router, it will stick to 5 GHz. As I move away, the signal will gradually become weaker until the phone reports it as “low quality” and then disconnects (until it’s brought in range again).
Grandma’s phone is a slightly newer Motorola with a newer Android version, and it easily switches between bands as it moves away, keeping a stable connection to the AP. It can be moved much further away from the router by using the 2.4 GHz signal. With LineageOS (Android 16), my phone does that too. This likely means that it’s an Android 13 issue.
What do you recommend I do to mitigate this issue?
I’m running OpenWrt 25.12.2 on an Archer C6 v3 (TP-Link).
Wi-fi is configured as dual-band with only one SSID, and the encryption is sae-mixed (WPA2+WPA3).
config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
option band '2g'
option channel '1'
option htmode 'HT20'
option disabled '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'radium.lan'
option encryption 'sae-mixed'
option disabled '0'
option key 'REDACTED'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
option band '5g'
option channel '36'
option htmode 'VHT80'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'radium.lan'
option encryption 'sae-mixed'
option disabled '0'
option key 'REDACTED'