WDS bridge on 5ghz help [TUF-AX6000 to R7800]

Did you configure something as mentioned at the TUF-6000 page or do you get this output without any configuration?

All my Wifi 6 devices work with beamforming without any configuration, but note the R7800 is a Wifi 5 device.

The R7800 supports beamforming, but maybe it has to be configured in wireless section

See my other thread what I was asking, but there was no answer till now.

I am guessing, if it makes sense to put these 3 lines in the section of the 2 radios of the R7800.

he_su_beamformer=1
he_su_beamformee=1
he_mu_beamformer=1

Compare:

Beamforming and Basic Service Set (BSS) coloring

Beamforming improves data rates and extends range by directing signals toward specific clients instead of in every direction at once. By carefully controlling transmissions from several antennas, we can cause their signals to interfere on purpose and redirect the resulting signal in a new direction.

Basic Service Set (BSS) Coloring marks shared frequencies to allow 802.11ax access points to determine whether simultaneous use of spectrum is permissible. This technology reduces interference due to congestion and ensures consistent service to multiple connected devices in high-density environments.

Edit /etc/config/wireless and insert the following option under the radio section corresponding to the device which should be using beam forming:

config wifi-device 'radio1' ... option he_su_beamformee '1' option he_bss_color '8'

Restart wireless or reboot the device.