I have a problem with my capsman config, or the device it’s provisioning to. On every android device I use to connect to this network I get an error “Internet may not be available” but on windows it works just fine. Also I see that not a lot of my clients are on the 5 GHz even thought they are 50-60 cm away from the AP. Am I doing anything wrong ?
# feb/26/2019 16:49:32 by RouterOS 6.43.11
# software id = 8KY1-CLCS
#
# model = RouterBOARD 750G r3
# serial number = 6F380814BF01
/caps-man channel
add band=2ghz-b/g/n control-channel-width=20mhz extension-channel=eC name=\
2.4GHz
add band=5ghz-a/n/ac control-channel-width=20mhz extension-channel=eeCe name=\
5GHz
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm,tkip name="D&C Local" \
passphrase=xxxxx
add name=Visitor
/caps-man configuration
add channel=2.4GHz country=romania datapath="Datapath Local" datapath.bridge=\
"LAN Bridge" distance=indoors mode=ap name="2.4 local" security="D&C Local" \
ssid="D&C Contab"
add channel=2.4GHz country=romania datapath="Datapath Guest" datapath.bridge=\
"Vlan20 Bridge" name=Visitor security=Visitor ssid="D&C Guest"
add channel=5GHz country=romania datapath="Datapath Local" datapath.bridge=\
"LAN Bridge" distance=indoors mode=ap name="5 local" security="D&C Local" \
ssid="D&C Contab"
/caps-man datapath
add bridge="LAN Bridge" name="Datapath Local"
add bridge="Vlan20 Bridge" name="Datapath Guest" vlan-id=20 vlan-mode=use-tag
/caps-man interface
add channel=2.4GHz configuration="2.4 local" datapath="Datapath Local" \
disabled=no l2mtu=1600 mac-address=CC:2D:E0:1B:53:02 master-interface=none \
name="CAP-1 2G" radio-mac=CC:2D:E0:1B:53:02 security="D&C Local"
add channel=2.4GHz configuration=Visitor datapath="Datapath Guest" disabled=no \
l2mtu=1600 mac-address=CE:2D:E0:1B:53:02 master-interface="CAP-1 2G" name=\
CAP-1-Guest radio-mac=00:00:00:00:00:00 security=Visitor
add channel=5GHz configuration="5 local" datapath="Datapath Local" disabled=no \
l2mtu=1600 mac-address=CC:2D:E0:1B:53:03 master-interface=none name=\
"CAP-2 5G" radio-mac=CC:2D:E0:1B:53:03 security="D&C Local"
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes require-peer-certificate=\
yes
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface="LAN Bridge"
/caps-man provisioning
add action=create-dynamic-enabled master-configuration="2.4 local" name-format=\
identity slave-configurations="Visitor,5 local"
add action=create-dynamic-enabled disabled=yes master-configuration="5 local" \
name-format=identity slave-configurations="5 local"