hAP ax3 /interface wireless security-profiles missing?

Hi everyone. I’ve searched for this and can’t see what I’m missing

I’ve got a working config on a hAP ac2 which I configured by navigating to /interface wireless security-profiles and then typing "set [ find default=yes ] … etc. I want to follow the same approach on an ax3

But I can’t navigate to /interface wireless security-profiles it’s simply not there and the tab is missing on Winbox. How should I set security profiles?

Both ac2 and ax3 are running 7.11.2.

Is this a difference due to WiFi Wave2 (not on the ac2)?

I might be answering my own question - since I’ve now found this : https://help.mikrotik.com/docs/display/ROS/WifiWave2#WifiWave2-Configurationprofiles

Presumably /interface wifiwave2 security replaces /interface wireless security-profiles

If so, there are quite a large number of “introduction to RouterOS and Mikrotik” need updating, since they all seem to stick to the original command!

https://help.mikrotik.com/docs/display/ROS/WifiWave2

Wifiwave2 is only available on some devices. The AX devices and …

Due to storage, RAM, and architecture requirements, only the following products can replace their bundled wireless software package with wifiwave2:

hAP ac³ (non-LTE)
Audience and Audience LTE6 kit
RB4011iGS+5HacQ2HnD*

And indeed quite different

# Creating a security profile, which will be common for both interfaces
/interface wifiwave2 security
add name=common-auth authentication-types=wpa2-psk,wpa3-psk passphrase="diceware makes good passwords" wps=disable
# Creating a common configuration profile and linking the security profile to it
/interface wifiwave2 configuration
add name=common-conf ssid=MikroTik country=Latvia security=common-auth
..........

That’s very helpful! Thanks for confirming!