Hello, I have question about CAPsMAN (wfw2) provisioning rules. Is it possible to have one rule to match radios from two different CAPs? I have CAP ax and WAP ac, and would like to provision same config to both of them so I created rule :
supported-bands=5ghz-ax,5ghz-ac action=create-dynamic-enabled master-configuration=WiFiConfig5G name-format="%I-5g-wifi"
but in this config, only CAP ax is provisioned. To provision both CAPs I have to separate this to two rules:
supported-bands=5ghz-ax action=create-dynamic-enabled master-configuration=WiFiConfig5G name-format="%I-5g-wifi"
supported-bands=5ghz-ac action=create-dynamic-enabled master-configuration=WiFiConfig5G name-format="%I-5g-wifi"
Maybe I missed something but at this point such config makes no sense to me. Is it possible that if provision rule is matched, it can not be used for another radio?
BTW, even with both radios provisioned by two rules I can not get them added to dynamic neighbor group for steering. Only MAC’s from CAP ax radios are one the list.