HI all! Try to use capsman for my 2 routers, but cant setup it on my first router. After setup looks like wifi does not work at all. No any caps interfaces in list(cap interfaces list, bridge, wifi interfaces)
my caps config
/caps-man channel
add band=2ghz-onlyn control-channel-width=20mhz extension-channel=disabled \
frequency=2472 name=channel_2.4G_1 tx-power=20
/caps-man datapath
add bridge=bridge-local client-to-client-forwarding=yes local-forwarding=yes \
name=datapath1
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm \
name=security1 passphrase=xxx
/caps-man configuration
add channel=channel_2.4G_1 country="new zealand" datapath=datapath1 mode=ap \
name=cfg_2.4G rx-chains=0,1,2 security=security1 ssid=test_caps \
tx-chains=0,1,2
/caps-man manager
set enabled=yes upgrade-policy=require-same-version
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=cfg_2.4G
/interface wireless cap
#
set bridge=bridge-local caps-man-addresses=192.168.88.1 enabled=yes \
interfaces=wlan1
What did i miss?


