Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, the OWE standard does not permit connections from devices that don't support it to prevent downgrade attacks. So to provide an open AP both for clients that don't support OWE and those that do, the following basic configuration is required.

noformat
Code Block
languageros
/interface /wifiwave2
add master=wifi1 name=wifi1_owe ssid=MikroTik_OWE \ 
security.authentication-types=owe security.owe-tranistion-interface=wifi1 \ 
configuration.hide-ssid=yes
set wifi1 ssid=MikroTik security.authentication-types="" security.owe-transition-interface=wifi1_owe
enable wifi1,wifi1_owe

...