How to configure a WPA2 over a bridge

Over a station wds → birdge

Where i should edit the security profile,
I want to set WPA2 and AES, the best encryption.

the manual doesnt show any example with wpa2

Documentation shows how to setup WPA encryption,
http://www.mikrotik.com/docs/ros/2.9/interface/wireless.content#4.13.21.7
things to change to enable WPA2, ‘mode=wpa2-psk’, use ‘wpa2-pre-shared-key’ and ‘chiphers=aes-ccm’.

thank you!

The new version of routeros
desnt got mode=wpa2psk
Maybe is authentification-type=wpa2psk

I ve create another security profile and I ve configure it to a wlan
is there a way to restart the interface to use the new security profile that i ve set?

Isnt work
i see the client is registered but notting happens
Something is wrong.
maybe the new routeros got some configuration more to touch to make it work

The latest RouterOS version contains ‘authentication-mode=wpa2-psk’ (use [Tab] button to check the available commands).
‘mode=dynamic-keys’ is required together with authentication-mode=wpa2-psk.

‘interface wireless set wlan1 security-profile=’ (push [Tab] button to see the available security profiles, full information about security-profile ‘interface wireless security-profile print’.

Client should have the same authentication options (mode, key etc.) as the access point for successfull communications.

Then i ll try with dynamic i tryied static,
Where did you learn to configure WPA2?
Why cant be static:S?

it works
TY!! :smiley:
Im done with this