Local wifi does’n seem to be broadcasting any SSID. If I to turn off external CAP, all connected devices loose the connection and the SSID is disappeared from wifi-networks list.
Actual firmware is 7.20. I’ve tried to downgrade to 7.11.3 (to fall back to wifiwave2 drivers) and reset to Default Configuration - no success.
Tried to apply configuration to interfaces, tried to configure the network explicitly on wifi-interfaces themselves..
Interfaces got status “SMB“, but “R“ is never there and there is no SSID visible to any of my devices, which work fine if I to turn external CAP on..
here is my wifi config:
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=AX_2G width=20/40mhz-Ce
add band=5ghz-ax disabled=no frequency=5180,5200,5220,5240,5745,5765,5785,5805,5825 name=AX_5G width=20/40mhz-Ce
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=secWIFI
/interface wifi steering
add disabled=yes name=steering1 neighbor-group=dynamic-Gabriel-9df013fc rrm=yes wnm=yes
/interface wifi
add configuration=cfgWIFI2GHZ disabled=no name=cap-wifi1 radio-mac=F4:1E:57:B5:F9:44
add configuration=cfgWIFI5GHZ disabled=no name=cap-wifi2 radio-mac=F4:1E:57:B5:F9:43
set [ find default-name=wifi1 ] configuration=cfgWIFI5GHZ disabled=no
set [ find default-name=wifi2 ] configuration=cfgWIFI2GHZ disabled=no
/interface wifi cap
set discovery-interfaces=bridge slaves-datapath=datapathWIFI
/interface wifi capsman
set ca-certificate=auto package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifi configuration
add channel=AX_2G country=Russia datapath=datapathWIFI disabled=no mode=ap name=cfgWIFI2GHZ security=secWIFI ssid=Gabriel
add channel=AX_5G country=Russia datapath=datapathWIFI disabled=no mode=ap name=cfgWIFI5GHZ security=secWIFI ssid=Gabriel
/interface wifi datapath
add bridge=bridge disabled=no name=datapathWIFI
/interface wifi provisioning
add action=create-enabled disabled=no master-configuration=cfgWIFI2GHZ supported-bands=2ghz-ax
add action=create-enabled disabled=no master-configuration=cfgWIFI5GHZ supported-bands=5ghz-ax