MacRandomization(WLANProfile) 요소
MAC 주소의 임의화를 구성합니다.
<xs:element name="MacRandomization">
<xs:complexType>
<xs:sequence>
<!-
Flag for specifying Mac Address Randomization on this profile; default set by policy.
->
<xs:element name="enableRandomization"
minOccurs="0"
type="boolean"
/>
<!-
Flag for specifying whether a new MAC shall be picked every day.
->
<xs:element name="randomizeEveryday"
minOccurs="0"
type="boolean"
/>
<!-
Randomization seed is a DWORD value that differentiates various versions of the same profile.
->
<xs:element name="randomizationSeed"
minOccurs="0"
type="integer"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
부모 요소
자식 요소
요소 | Type | Description |
---|---|---|
enableRandomization | boolean | 이 프로필에서 Mac 주소 임의화를 지정하기 위한 플래그입니다. 기본값은 정책으로 설정됩니다. |
randomizeEveryday | boolean | 매일 새 MAC을 선택할지 여부를 지정하는 플래그입니다. |
randomizationSeed | 정수 | 임의화 시드는 동일한 프로필의 다양한 버전을 구분하는 DWORD 값입니다. |
enableRandomization
이 프로필에서 Mac 주소 임의화를 지정하기 위한 플래그입니다. 기본값은 정책으로 설정됩니다.
randomizeEveryday
매일 새 MAC을 선택할지 여부를 지정하는 플래그입니다.
randomizationSeed
임의화 시드는 동일한 프로필의 다양한 버전을 구분하는 DWORD 값입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista, WINDOWS XP SP3 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
재배포 가능 파일 | WINDOWS XP용 무선 LAN API SP2 |