Wifi MAC randomization key support in UI
iOS 14 will default to using MAC address randomization when connecting to wifi networks. The current UI does not support that key in the built-in Profile builder.
This request is to add support for the key DisableAssociationMACRandomization
to manage that feature per network.

-
David K. commented
https://developer.apple.com/documentation/devicemanagement/wifi
DisableAssociationMACRandomization
boolean
If true, disables MAC address randomization for that Wi-Fi network while associated with the network. This also shows a privacy warning in Settings indicating that the network has reduced privacy protections.
Available in iOS 14 and later and watchOS 7 and later.
Default: false -
rob j commented
Thanks, David, spotted this also in AC2 - do you know the line this adds for custom config profiles instead of the wireless profile which you've screenshot ?
-
David K. commented
here:
-
David K. commented
This is already implemented.
-
rob j commented
Thanks for suggesting this :)