Hi my device is a pain ... it always has a poor wifi connection 2,4 but 5g doesnt
Setup is, openwrt 23,05 on main router (wrt1900ac v1). main router is connected to living room ap (re200 v4 with 23,05) with a gigabit linksys switch inbetween. checked the wiired setup and able to get 930 mbits to the linksys switch without any problem. re200 to main router is 94 mbits in both directions. re200 firewall and dhcp disabled. main router and re200 are configured to be able to use fast transition with DAWN.
Problem 1: even with max transmit power and very close to the device I can only get 34-35 mbits on 2,4. On 5g network is showing up but clients give no internet access error. both networks are attached to the lan. I dont know what am I missing.
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/10300000.wmac'
option channel '13'
option band '2g'
option htmode 'HT20'
option cell_density '0'
option distance '15'
option country 'TR'
option txpower '20'
config wifi-device 'radio1'
option type 'mac80211'
option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
option channel '132'
option band '5g'
option htmode 'VHT40'
option cell_density '0'
option distance '20'
option country 'TR'
config wifi-iface 'wifinet0'
option device 'radio0'
option mode 'ap'
option ssid '---'
option encryption 'psk2'
option key '---'
option network 'lan w24'
config wifi-iface 'wifinet1'
option device 'radio1'
option mode 'ap'
option ssid '---'
option encryption 'psk2'
option key '---'
option network 'lan w24'
config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid '---'
option encryption 'psk2'
option key '---'
option ieee80211r '1'
option mobility_domain '4ec8'
option ft_over_ds '1'
option ft_psk_generate_local '1'
option network 'lan w24'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'ap'
option ssid '---'
option encryption 'psk2'
option key '---'
option ieee80211r '1'
option mobility_domain '4ec8'
option ft_over_ds '1'
option ft_psk_generate_local '1'
option network 'lan w24'
cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd95:8ccf:fa81::/48'
config interface 'lan'
option device 'br-lan-if'
option proto 'dhcp'
option type 'bridge'
option delegate '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '0'
config device
option name 'eth0'
option ipv6 '0'
config device
option type 'bridge'
option name 'br-lan-if'
list ports 'eth0'
option ipv6 '0'
config device
option name 'phy0-ap0'
option acceptlocal '1'
option ipv6 '0'
config device
option name 'phy1-ap0'
option ipv6 '0'
config interface 'w24'
option proto 'none'
option device 'phy0-ap0'
option delegate '0'
option type 'bridge'