wifiwave2 settings: secure and stability

Hello.
I use one (rb4011-wifi) router at home (apartment building)
I do not use 802.11r/k/v - roaming technology
Qualcom unstable wifi operation was observed due to “rrm=no” (802.11k radio resource measurement)
all in laptops network adapters Qualcom (QCA61x4A, QCA9377) changed to Intel (7265, 8265)
But my Intel wifi adapters don’t understand wpa3, i must use a wpa2 ccmp
Other mobile devices (iphone 13, galaxy s23) good work with wpa2 and wpa3. But i use only one profile - with wpa2-ccmp. Maby it’s mistake and i must use a 2 types?
My config:

/interface/wifiwave2> export:
# 2023-07-15 12:18:22 by RouterOS 7.10.2
#
# model = RB4011iGS+5HacQ2HnD
/interface wifiwave2 channel add band=5ghz-ac 
disabled=no 
frequency=5180 
name=channel1 
secondary-frequency="" 
skip-dfs-channels=all 
width=20/40mhz-Ce
/interface wifiwave2 security add authentication-types=wpa2-psk 
disable-pmkid=yes 
disabled=no 
encryption=ccmp 
ft=no 
ft-over-ds=no 
group-encryption=ccmp 
group-key-update=5m 
management-protection=allowed 
name=sec1 
wps=disable
/interface wifiwave2 configuration add chains=0,1,2,3 
channel=channel1 
country="United States" 
disabled=no 
mode=ap 
name=cfg1 
rrm=no 
security=sec1 
ssid=Wi-Fi 
tx-chains=0,1,2,3
/interface wifiwave2 set [ find default-name=wifi1 ] 
channel=channel1 
channel.frequency=5180 
configuration=cfg1 
configuration.mode=ap 
disabled=no 
l2mtu=1592 
mtu=1500 
security=xxxxxxxxxxxxx

my main task is stable and reliable connection with good speed and secure connection.
My config is correct?
Thank you so much!