hAP Ac3 Regulatory Domain Issue (Bangladesh)

Hi There Guys,

I’ve recently bought MikroTik hAP ac3 as my wireless router. I’ve done the settings checking forums and other videos. But, I’m facing issues with the setup of 5GHz WiFi.
Whenever I select “Bangladesh” as my regulatory domain, the following error “No supported channels, the scan list does not contain valid channels” is popping up.
But it works fine with the 2.4GHz band.
Is there any twaeks I can do to make it work and make it better?

My Wireless configuration is below:

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys name=
profile_mgX supplicant-identity=“” wpa2-pre-shared-key=mgX!@#789xyz
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode
band=2ghz-g/n channel-width=20/40mhz-XX country=russia2 disabled=no
distance=indoors frequency=auto hw-protection-mode=cts-to-self
hw-retries=14 installation=indoor max-station-count=85 mode=ap-bridge
security-profile=profile_mgX ssid=mgX-Banani wireless-protocol=802.11
wmm-support=enabled wps-mode=disabled
set [ find default-name=wlan2 ] adaptive-noise-immunity=ap-and-client-mode
antenna-gain=3 band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=
russia2 disabled=no distance=indoors frequency=auto hw-protection-mode=
cts-to-self hw-retries=14 installation=indoor max-station-count=85 mode=
ap-bridge security-profile=profile_mgX ssid=mgX-Banani wireless-protocol=
802.11 wmm-support=enabled wps-mode=disabled


Thanks in advance.
Capture.PNG

Click on the “reset configuration” button on the right side.
Your channel width doesn’t look right, it could be eeeC or something, not XXXX

russia2 on export and bangladesh on image?

Stop watching idiot videos on Youtube and paste this on terminal without omit { }
use this as good starting point

{
/interface wireless security-profiles
set [find] eap-methods=passthrough supplicant-identity=MikroTik
/interface wireless
set [find] adaptive-noise-immunity=none channel-width=20mhz hw-protection-mode=none hw-retries=7 max-station-count=62 wmm-support=disabled
set [find default-name=wlan1] antenna-gain=3 country=bangladesh installation=indoor frequency=2437
set [find default-name=wlan2] antenna-gain=5.5 country=bangladesh installation=outdoor frequency=5745
}

bangladesh 2GHz: no problem
bangladesh 5GHz: only outdoor 5745, 5765, 5785, 5805, 5825
but if the 5GHz smartphone do not support that range… do not work

russia2 2GHz: no problem,
russia2 5GHz: indoor 5180, 5200, 5220. 5240
all 5GHz smartphone support this


info country-info bangladesh 
  ranges: 5735-5835/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(30dBm)/outdoor
          2402-2482/b,g,gn20,gn40(20dBm)
          2417-2457/g-turbo(20dBm)
          902-927/b,g,g-turbo,gn20,gn40(30dBm)

info country-info russia2         
  ranges: 5815-6425/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/outdoor
          2402-2482/b,g,gn20,gn40(20dBm)
          2417-2457/g-turbo(20dBm)
          5170-5250/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/passive,indoor
          5250-5330/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/dfs,passive
          5650-5710/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/dfs,passive
          5755-5815/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/outdoor
          5190-5310/a-turbo(20dBm)/dfs
          5180-5300/a-turbo(20dBm)/dfs
          5520-5680/a-turbo(27dBm)/dfs,passive
          5510-5670/a-turbo(27dBm)/dfs,passive
          902-927/b,g,g-turbo,gn20,gn40(30dBm)

Great thanks! I’ll try this!
Also, can you suggest the best regulatory domain for utilizing most channels? I’ve selected russia2 based on that. But is there any better option?

Okay. I Will reset the config and try again.

It was after the regulatory domain issue. Had to select one.

My post is corrected at 13:29, re-read it again, I add some info on countries

Noted with thanks!!
Appreciate the help.