NetBox 5 ax station mode not connecting nothing in log

Can you help me? I’m trying to connect as a station to the network, but with no efect, ando more nothing in log. :frowning:

# 2024-01-15 11:55:45 by RouterOS 7.13.5 UPDATED to 7.16.2
# software id = 640X-M08H
#
# model = L11UG-5HaxD
# serial number = ****
/interface bridge
add admin-mac=D4:01:C3:A7:20:58 auto-mac=no comment=defconf name=bridge
/interface wifi security
add authentication-types=wpa2-psk disabled=no encryption=ccmp group-encryption=ccmp name=robotics
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-n .skip-dfs-channels=10min-cac .width=20/40mhz configuration.mode=station .ssid=robotics disabled=no security=robotics security.ft=yes .ft-over-ds=yes
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=wifi1
/ip dhcp-client
add comment=defconf interface=bridge
/system clock
set time-zone-name=Europe/Warsaw
/system logging
add topics=wireless
/system note
set show-at-login=no

LOGING

Flags: * - DEFAULT
Columns: TOPICS, ACTION
#   TOPICS    ACTION
0 * info      memory
1 * error     memory
2 * warning   memory
3 * critical  echo  
4   wireless  memory

Try running a scan and check if it can find your AP. You can also use the scanner to connect to an AP. (Winbox/web)

Also security.ft doesn’t work for station mode and station ft doesn’t exist in 7.13

scan is finding ssid.

[admin@MikroTik] /interface> wifi scan
number: 0
Flags: A - ACTIVE
Columns: ADDRESS, SSID, CHANNEL, SECURITY, SIGNAL, STA-COUNT
  ADDRESS            SSID       CHANNEL  SECURITY         SIGNAL  STA-COUNT
A 6C:DD:30:3A:BA:69  robotics   5580/ac  WPA2-PSK/FT-PSK  -89             1
A 6C:DD:30:3A:BA:6A             5580/ac  WPA2-PSK         -88             1
A 6C:DD:30:3A:BA:6B             5580/ac  None             -88             1
A 6C:DD:30:3A:BA:6C  cgtguests  5580/ac  WPA2-PSK         -87             1
A 6C:DD:30:3A:BA:6D  commscgt   5580/ac  WPA2-EAP         -88             1
A 6C:DD:30:3A:BA:68  commsncp   5580/ac  WPA2-EAP         -88             1



In WimBox after connect do nothing.

removed ft from security config, and firmware updated to 7.16.2