CapsMan and access list More than one Interface

Working with CapsMan.

I am making access lists and they are working.

I am trying to make rules that work across several interfaces.

Like I want to make all Apple Devices use 5G rather then 2.4
I have several APs.

/caps-man access-list

add action=reject disabled=no interface=cap13 mac-address=34:E2:FD:00:00:00 \
    mac-address-mask=FF:FF:FF:00:00:00 ssid-regexp=""

I need interface to be able to have more than one interface so it works across all the APs.