1. Home
  2. Knowledge Base
  3. SureMDM
  4. How to permanently Disable MAC Randomization On Zebra Devices via SureMDM
  1. Home
  2. Knowledge Base
  3. OEM
  4. Zebra
  5. How to permanently Disable MAC Randomization On Zebra Devices via SureMDM
  1. Home
  2. Knowledge Base
  3. Android Management
  4. How to permanently Disable MAC Randomization On Zebra Devices via SureMDM

How to permanently Disable MAC Randomization On Zebra Devices via SureMDM

MAC randomization is good for user privacy in public networks to improve privacy.

Purpose

This article is to show how to disable the MAC randomization permanently on Zebra devices using Zebra MX Config Job. 

Prerequisites

  • MX version 8.1 or later.
  • Recommended to use MX 9.3 and later, as this resolves a bug in StageNow that configures all unchanged Advanced Options to defaults.

Steps

  1. Log in to the SureMDM console.
  2. Navigate to the Jobs section and click on New Job.
  3. Select the OS as Android and select Zebra MX Config.
  4. In the section, insert the XML available below.

To Disable MAC Randomization: 

<wap-provisioningdoc>
<characteristic version=”11.6″ type=”Wi-Fi”>
<parm name=”UseRegulatory” value=”0″ />
<parm name=”UseDiagnosticOptions” value=”0″ />
<parm name=”UseAdvancedOptions” value=”1″ />
<characteristic type=”AdvancedOptions”>
<parm name=”MACRandomization” value=”0″ />
</characteristic>
<parm name=”UseHotspotOptions” value=”0″ />
</characteristic>
</wap-provisioningdoc>

To Enable MAC Randomization: 

<wap-provisioningdoc>
<characteristic version=”11.6″ type=”Wi-Fi”>
<parm name=”UseRegulatory” value=”0″/>
<parm name=”UseDiagnosticOptions” value=”0″/>
<parm name=”UseAdvancedOptions” value=”1″/>
<characteristic type=”AdvancedOptions”>
<parm name=”MACRandomization” value=”1″/>
</characteristic>
<parm name=”UseHotspotOptions” value=”0″/>
</characteristic>
</wap-provisioningdoc>

Need help?

CONTACT US

Was this helpful?
YesNo
Updated on September 2025
Need Support?
Can't find the answer you're looking for?
Contact Support