WPA-PSK configuration how?

Hi

I’m trying to use wpa-psk with mikrotik 2.9.6
I set
/interface wireless security-profiles
add name=wpa_psk mode=wpa-psk pre-shared-key=xyz
and there is the error
need at least one WPA unicast cipher
What’s the problem. with the pre-shared key there is everything you need to get
all cipher keys…

Thanks

Beat

Beat,
first upgrade your router, you will find WPA2 support and other valuable features in the latest MikroTik RouterOS version.

Error syntax explains, what is wrong with your configuration,
to add WPA conifugartion,
‘interface wireless security-profiles add mode=dynamic-keys authentication-types=wpa-psk unicast-ciphers=aes-ccm group-ciphers=aes-ccm wpa-pre-shared-key=“9876543210”’.