I have a Mikrotik HAPax3 router and its WiFi 2GHz interface is not running.
When I scan the area with Wifi Analyzer, I don’t see any 2.4GHz signal at all and I can’t to connect to it. Only 5GHz is running.
Below is the interface configuration export.
/interface wifi security
add name=WiFi_Sec authentication-types=wpa2-psk,wpa3-psk comment="WiFi 2.4 - 5.0 - Seg Profile" disabled=no
/interface wifi
set [ find default-name=wifi2 ] channel.band=2ghz-ax .frequency=2442 .skip-dfs-channels=10min-cac
.width=20/40mhz configuration.country=country .hide-ssid=yes .mode=ap .ssid=SSID2 disabled=no \
name=wifi_2GHz security=WiFi_Sec
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=5745 .skip-dfs-channels=10min-cac \
.width=20/40/80mhz configuration.country=country .hide-ssid=yes .mode=ap .ssid=SSID5 disabled=no \
name=wifi_5GHz security=WiFi_Sec
/interface/wifi/radio/print detail
1 L radio-mac=48:A9:8A:EC:B4:46 tx-chains=0,1 rx-chains=0,1
bands=2ghz-g:20mhz,2ghz-n:20mhz,20/40mhz,2ghz-ax:20mhz,20/40mhz
ciphers=tkip,ccmp,gcmp,ccmp-256,gcmp-256,cmac,gmac,cmac-256,gmac-256 countries=all
2g-channels=2412,2417,2422,2427,2432,2437,2442,2447,2452,2457,2462,2467,2472 max-vlans=128
max-interfaces=16 max-station-interfaces=3 max-peers=512 hw-type="QCA6018"
hw-caps=sniffer,qos-classifier-dscp,spectral,4 interface=wifi_2GHz current-country=[country]
current-channels=2412/g,2412/n,2412/n/Ce,2412/ax,2412/ax/Ce,2417/g,2417/n,2417/n/Ce,2417/ax,
2417/ax/Ce,2422/g,2422/n,2422/n/Ce,2422/ax,2422/ax/Ce,2427/g,2427/n,2427/n/Ce,2427/ax,
2427/ax/Ce,2432/g,2432/n,2432/n/Ce,2432/n/eC,2432/ax,2432/ax/Ce,2432/ax/eC,2437/g,
2437/n,2437/n/Ce,2437/n/eC,2437/ax,2437/ax/Ce,2437/ax/eC,2442/g,2442/n,2442/n/Ce,
2442/n/eC,2442/ax,2442/ax/Ce,2442/ax/eC,2447/g,2447/n,2447/n/Ce,2447/n/eC,2447/ax,
2447/ax/Ce,2447/ax/eC,2452/g,2452/n,2452/n/Ce,2452/n/eC,2452/ax,2452/ax/Ce,2452/ax/eC,
2457/g,2457/n,2457/n/eC,2457/ax,2457/ax/eC,2462/g,2462/n,2462/n/eC,2462/ax,2462/ax/eC,
2467/g,2467/n,2467/n/eC,2467/ax,2467/ax/eC,2472/g,2472/n,2472/n/eC,2472/ax,2472/ax/eC
current-gopclasses=81,83,84 current-max-reg-power=20
The WiFi interface has its own bridge.
/interface bridge
add name=bridge_WiFi port-cost-mode=short protocol-mode=none
/interface bridge port
add bridge=bridge_WiFi comment=defconf interface=wifi_5GHz internal-path-cost=10 path-cost=10
add bridge=bridge_WiFi comment=defconf interface=wifi_2GHz internal-path-cost=10 path-cost=10
I can’t figure out why it’s not running.
Any guidance to troubleshooting this?

