I am using Apple MAC Mini, for automation tests. In those tests, we generate an SSID and connect Clients to it. But some SSIDs have MAC based authentication, where where client MAC should be present with Radius Server before connection. For such SSIDs, I want the MAC Address to be the hardware MAC address, and not fixed/rotating, as the authentication will then fail.
T...