I am trying to set separate auth policies up per WLAN. The attribute "Called-Station-ID" contains the mac address and SSID of the WLAN a client is connecting from so this seemed an obvious choice. When I specify any kind of regex pattern in the "Called-Station-ID" authentication fails with error 69 stating the Called-Station-ID does not match any policy. I know the policy is fine except for the Called-Station-ID attribute b/c If I enter the exact Called-Station-ID value, as pulled from the logs, which includes the mac address and SSID it works fine. I searched Google first and none of the suggestions I found worked. I would appreciate some help.
Working Called-Station-ID: 00-17-df-34-82-80:RSC-Secure-Wireless
List of attempts:
.*:RSC-Secure-Wireless
.0-17-df-34-82-80:RSC-Secure-Wireless
^00-17-df-34-82-80:RSC-Secure-Wireless$
/00-17-df-34-82-80:RSC-Secure-Wireless/
/^00-17-df-34-82-80:RSC-Secure-Wireless$/
While my first attempt may have been incorrect at least one of my test patterns should have worked. From what I can gather its not processing the value as a pattern at all.