Hello,
I’ve a mesh setup with 3 AP’s, all running on official latest, and both bands have the same mobility id.
My issue is that most of the time i find myself connected to the 2.4Ghz even if 5Ghz is closed to it in terms of dBm (or even higher).
I’ve tried to enable r/k/v and i know i need DAWN or usteer or https://github.com/Fail-Safe/nrsyncd/tree/feature/activity-overlay-and-parsing but i also understood that they can mainly suggest an AP.
What i dont understand is why my old setup wasnt showing this behavior. I have the exact same devices and reducing 2.4ghz power has never been a thing in my environment
Is there anything wrong other the missing software above that i could try?
Would differentiating mobility ID between 2.4Ghz and 5Ghz do something?
Do i really have to split the networks names?
FLINT
root@Flint:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option band '2g'
option channel 'auto'
option htmode 'HE20'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ocv '0'
option ieee80211r '1'
option mobility_domain 'xxx'
option ft_over_ds '0'
option ieee80211k '1'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option bss_transition '1'
option time_advertisement '2'
option dtim_period '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option channel '36'
option htmode 'HE80'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ocv '0'
option ieee80211r '1'
option mobility_domain 'xxx'
option ft_over_ds '0'
option ieee80211k '1'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option bss_transition '1'
option time_advertisement '2'
option dtim_period '3'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'xxx'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxx'
option network 'lan'
RE650
root@RE650:~# cat /etc/config/wireless
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 '11'
option htmode 'HT20'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ieee80211r '1'
option mobility_domain '1A2B'
option ft_over_ds '0'
option ieee80211k '1'
option time_advertisement '2'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option bss_transition '1'
option ocv '0'
option dtim_period '3'
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'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'xxx'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxx'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ieee80211r '1'
option mobility_domain 'xxx'
option ft_over_ds '0'
option ieee80211k '1'
option time_advertisement '2'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option bss_transition '1'
option ocv '0'
option network 'lan'
option dtim_period '3'
WR3000H
root@WR3000H:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option band '2g'
option channel 'auto'
option htmode 'HE20'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ieee80211r '1'
option ft_over_ds '0'
option ocv '0'
option ieee80211k '1'
option bss_transition '1'
option time_advertisement '2'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option mobility_domain 'xxx'
option dtim_period '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option channel '36'
option htmode 'HE80'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'mesh'
option encryption 'sae'
option mesh_id 'xxx'
option mesh_fwding '1'
option mesh_rssi_threshold '0'
option key 'xxx'
config wifi-iface 'wifinet2'
option device 'radio1'
option mode 'ap'
option ssid 'xxx'
option encryption 'sae-mixed'
option key 'xxx'
option ieee80211r '1'
option mobility_domain 'xxx'
option ft_over_ds '0'
option ocv '0'
option ieee80211k '1'
option bss_transition '1'
option time_advertisement '2'
option time_zone 'CET-1CEST,M3.5.0,M10.5.0/3'
option network 'lan'
option dtim_period '3'