Can I install a profile on my Mac device with the "Network Type" set to "Legacy Hotspot" in the Wi-Fi payload?

In Wi-Fi Payload, I cannot install a profile with "Legacy Hotspot" set to "Network Type" on my Mac device.
Can I install a profile with "Legacy Hotspot" on my Mac device?

  • Profile XML
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PayloadContent</key>
	<array>
		<dict>
			<key>AuthenticationMethod</key>
			<string></string>
			<key>AutoJoin</key>
			<true/>
			<key>CaptiveBypass</key>
			<false/>
			<key>DisableAssociationMACRandomization</key>
			<false/>
			<key>EncryptionType</key>
			<string>None</string>
			<key>HIDDEN_NETWORK</key>
			<false/>
			<key>Interface</key>
			<string>Hotspot</string>
			<key>IsHotspot</key>
			<true/>
			<key>PayloadDisplayName</key>
			<string>WiFi (TestSSID)</string>
			<key>PayloadIdentifier</key>
			<string>com.apple.mdm.mac-Air.local.61680c0a-17f6-441d-b4c2-c39043b3a57a.alacarte.interfaces.D9F2C58C-E59D-48F1-8DB8-CB23B5B348DE</string>
			<key>PayloadType</key>
			<string>com.apple.wifi.managed</string>
			<key>PayloadUUID</key>
			<string>D9F2C58C-E59D-48F1-8DB8-CB23B5B348DE</string>
			<key>PayloadVersion</key>
			<integer>1</integer>
			<key>ProxyType</key>
			<string>None</string>
			<key>SSID_STR</key>
			<string>TestSSID</string>
			<key>SetupModes</key>
			<array/>
		</dict>
	</array>
	<key>PayloadDisplayName</key>
	<string>testsettings</string>
	<key>PayloadIdentifier</key>
	<string>com.apple.mdm.mac-Air.local.61680c0a-17f6-441d-b4c2-c39043b3a57a.alacarte</string>
	<key>PayloadOrganization</key>
	<string></string>
	<key>PayloadRemovalDisallowed</key>
	<false/>
	<key>PayloadScope</key>
	<string>System</string>
	<key>PayloadType</key>
	<string>Configuration</string>
	<key>PayloadUUID</key>
	<string>61680c0a-17f6-441d-b4c2-c39043b3a57a</string>
	<key>PayloadVersion</key>
	<integer>1</integer>
</dict>
</plist>

Screen Path
ProfileManager - [Device Groups] - [Settings] - [macOS, iOS and tvOS] - [Network]

  • Network Interface: Legacy Hotspot
  • Service Set Identifier (SSID): Arbitrary value

After installation, the following will be output to the console log of the Mac device.

Can I install a profile on my Mac device with the "Network Type" set to "Legacy Hotspot" in the Wi-Fi payload?
 
 
Q