Community discussions

MikroTik App
 
hoboristi
just joined
Topic Author
Posts: 14
Joined: Fri Dec 25, 2015 8:51 pm

hap ac2 wifi-qcom-ac not working

Sat Jan 27, 2024 1:48 pm

Hi everyone,

I'm trying to apply configuration from here: https://help.mikrotik.com/docs/display/ ... ionexample:
(CAPs that support wifi-qcom-ac package and section below as well), but seems its not working as it described (or I miss something)

Seems it creates interfaces for ssid's which should be static, also that section:
/interface wifi
set [ find default-name=wifi1 ] configuration.manager=capsman disabled=no
set [ find default-name=wifi2 ] configuration.manager=capsman disabled=no
add disabled=no master-interface=wifi1 name=wifi21
add disabled=no master-interface=wifi2 name=wifi22

is deleted after I click on provision, after provision is not possible to create new static interface either. I dont understand what is going on.

capsman and wifi config:
/interface wifi cap
set caps-man-addresses=127.0.0.1 certificate=request enabled=yes \
    lock-to-caps-man=yes slaves-static=yes
/interface wifi capsman
set ca-certificate=auto certificate=auto enabled=yes package-path="" \
    require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled comment=5ghz disabled=no \
    master-configuration=lan slave-configurations=guest supported-bands=\
    5ghz-ac
add action=create-dynamic-enabled comment=2.4ghz disabled=no \
    master-configuration=lan slave-configurations=iot,guest supported-bands=\
    2ghz-n
    
/interface wifi datapath
add bridge=bridge disabled=no name=lan
add bridge=bridge disabled=no name=guest vlan-id=1026
add bridge=bridge disabled=no name=iot vlan-id=1025
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=lan wps=disable
add authentication-types=wpa2-psk disabled=no group-encryption=ccmp name=iot \
    wps=disable
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=guest wps=disable
/interface wifi configuration
add channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\
    no manager=capsman name=lan security=lan ssid=teszt
add channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\
    no hide-ssid=yes manager=capsman name=iot security=iot ssid=teszt-iot
add channel.skip-dfs-channels=disabled country=Hungary datapath=lan disabled=\
    no manager=capsman name=guest security=guest ssid=teszt-guest
bridge/vlan:
/interface bridge
add admin-mac=74:4D:28:AB:C7:EB auto-mac=no comment=defconf name=bridge \
    port-cost-mode=short vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan-guest vlan-id=1026
add interface=bridge name=vlan-iot vlan-id=1025
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5 \
    internal-path-cost=10 path-cost=10
add bridge=bridge interface=wifi3 pvid=1025
add bridge=bridge interface=wifi4 pvid=1026
add bridge=bridge interface=wifi5 pvid=1026

rsc is attached..
You do not have the required permissions to view the files attached to this post.
 
brambo123
just joined
Posts: 16
Joined: Sun May 11, 2014 1:39 pm

Re: hap ac2 wifi-qcom-ac not working

Sun Jan 28, 2024 2:01 pm

Couple of things to try:
- Try without wifi datapath, something tells me that is not necessary but can cause problems.
- Let capsman create the extra wifi interfaces itself, so start with only wifi1 and wifi2, configure vlans after capsman is running.
 
hoboristi
just joined
Topic Author
Posts: 14
Joined: Fri Dec 25, 2015 8:51 pm

Re: hap ac2 wifi-qcom-ac not working

Tue Jan 30, 2024 9:32 pm

set datapath to empty, still none of the ssid's are visible (wifi interfaces stay in disabled state)
how can I make them broadcast?

Who is online

Users browsing this forum: vgarbov and 7 guests