CAP wont autoprovision the 2GHz Wlan for some reason

Hi

I have a Mikrotik RB2011 router running CAPsMan and connected to a rb912G-2HPnD as the CAP. (both on RouterOS 6.33.5 and Capsman vrs 2)

I have them communicating and provisioning ok until I try to seperate the 5GHZ from the 2GHZ for seperate SSID access points via the CapsMan config and provisioning tabs.

then it will work fine for the 5GHZ, but will not auto-provision the 2GHZ, though I can manually change this in the Interface tab of the CapsMan for the 2GHz cap, and then it works fine.

Any ideas why the 2GHz Wlan is playing up and not auto-provisioning when in seperate configuration would be appreciated.

I have attached screen shot of the CAP wireless config, and of the CAPsMAN interface config.
and below is the (cut down for clarity) router config, followed by the full CAP config

Router Config:

[admin@SEC-RB2011] > export         
# jan/27/2016 21:53:15 by RouterOS 6.33.5
# software id = F79J-8IIS
#
/interface bridge
add name=OfficeNet

/caps-man interface
# 
add arp=enabled disabled=no l2mtu=1600 mac-address=4C:5E:0C:13:E9:4A \
    master-interface=none mtu=1500 name=cap2 radio-mac=\
    4C:5E:0C:13:E9:4A

/caps-man security
add authentication-types=wpa-psk,wpa2-psk comment=\
    "SECorp Staff - Global Password for Wifi Access" encryption=aes-ccm \
    group-encryption=aes-ccm name=SeCorp_Staff passphrase=xxxx
/caps-man configuration
add channel.band=5ghz-onlyac channel.width=20 comment=\
    "SECorp Staff Only - 5GHz - 802.11ac" country=australia \
    datapath.bridge=OfficeNet name=Office_5Ghz security=SeCorp_Staff \
    ssid=SEC_STAFF1
add channel.band=2ghz-b/g/n comment="SeCorp Staff Only - 2Ghz b/g/n" \
    country=australia datapath.bridge=OfficeNet name=Office_2Ghz \
    security=SeCorp_Staff ssid=SEC_STAFF2

/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled comment="Office 5Ghz 802.11ac only" \
    hw-supported-modes=ac master-configuration=Office_5Ghz
add action=create-dynamic-enabled comment=\
    "Office 2Ghz 802.11 b/g/n only" hw-supported-modes=b,g,gn \
    master-configuration=Office_2Ghz
/interface bridge port
add bridge=OfficeNet interface=ether5-master-local
add bridge=OfficeNet interface=wlan1

CAP Config in full:

[admin@Office_AP1] > export 
# jan/02/1970 06:05:09 by RouterOS 6.33.5
# software id = X3R8-5Y91
#
/interface bridge
add admin-mac=E4:8D:8C:38:36:D1 auto-mac=no comment=defconf name=bridge
/interface wireless
# managed by CAPsMAN
# channel: 5180/20-Ceee/ac(20dBm), SSID: SEC_STAFF1, CAPsMAN forwarding
set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=\
    20/40mhz-Ce frequency=auto mode=ap-bridge rx-chains=0,1 ssid=\
    MikroTik-3836D3 tx-chains=0,1
# managed by CAPsMAN
# channel: 2427/20-Ce/gn(30dBm), SSID: , CAPsMAN forwarding
set [ find default-name=wlan2 ] band=2ghz-b/g/n mode=ap-bridge ssid=\
    MikroTik
/ip neighbor discovery
set bridge comment=defconf
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/interface wireless cap
set discovery-interfaces=ether1 enabled=yes interfaces=wlan1,wlan2
/ip address
add address=192.168.88.2/24 comment="Management IP" disabled=yes \
    interface=ether1 network=192.168.88.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
    interface=ether1
/system identity
set name=Office_AP1
/system leds
set 1 interface=wlan1
add interface=wlan2 leds="wlan2_signal1-led,wlan2_signal2-led,wlan2_sign\
    al3-led,wlan2_signal4-led,wlan2_signal5-led" type=\
    wireless-signal-strength
add interface=wlan2 leds=wlan2_tx-led type=interface-transmit
add interface=wlan2 leds=wlan2_rx-led type=interface-receive
/system routerboard settings
set cpu-frequency=720MHz protected-routerboot=disabled
[admin@Office_AP1] >

Hi
Try to change provisioning to:

/caps-man provisioning
add action=create-enabled hw-supported-modes=gn
add action=create-enabled hw-supported-modes=an

thanks I will try it, but if I want the 5GHz wlan to only provision 802.11ac and no other mode.
while 2GHz wlan provides anything else
will the above still apply?

Just change second line from an to ac

just to offer some observations on this change.
it worked so thanks, and now both 2Ghz and 5GHz are auto-provisioning.

but …

even though the provision tab has only ac set in the hardware supported mode for the 5Ghz, having ‘5GHZ a/n/ac’ set in the configuration tab at the same time actually allows devices to connect using 802.11n despite it not being set in the provision tab.

this is fine for me, as after testing the same device using 802.11n on the 2GHz, it was showing half the speed throughput of using it on the 5GHz channel so I have changed the planning and will allow n and ac through the 5Ghz.

thanks again for your help