diff options
Diffstat (limited to 'network/wlan/ihvsample/ihvtimelymachineoruser.xml')
| -rw-r--r-- | network/wlan/ihvsample/ihvtimelymachineoruser.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/network/wlan/ihvsample/ihvtimelymachineoruser.xml b/network/wlan/ihvsample/ihvtimelymachineoruser.xml new file mode 100644 index 00000000..d115ee11 --- /dev/null +++ b/network/wlan/ihvsample/ihvtimelymachineoruser.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" ?> +<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"> + <name>ihvtimelymachineoruser</name> + <SSIDConfig> + <SSID> + <name>_1x_SSID_</name> + </SSID> + <nonBroadcast>false</nonBroadcast> + </SSIDConfig> + <connectionType>ESS</connectionType> + <connectionMode>auto</connectionMode> + <autoSwitch>false</autoSwitch> + <MSM> + <security> + <authEncryption> + <authentication>open</authentication> + <encryption>WEP</encryption> + <useOneX>true</useOneX> + </authEncryption> + <OneX xmlns="http://www.microsoft.com/networking/OneX/v1"> + <maxAuthFailures>3</maxAuthFailures> + <authMode>machineOrUser</authMode> + + <singleSignOn> + <type>postLogon</type> + <maxDelay>50</maxDelay> + </singleSignOn> + <EAPConfig> + <EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"> + <EapMethod> + <Type xmlns="http://www.microsoft.com/provisioning/EapCommon">25</Type> + <VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId> + <VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType> + <AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</AuthorId> + </EapMethod> + <ConfigBlob></ConfigBlob> + </EapHostConfig> + </EAPConfig> + </OneX> + </security> + </MSM> + <IHV> + <OUIHeader> + <OUI>123456</OUI> + <type>01</type> + </OUIHeader> + <connectivity> + <IhvConnectivity xmlns="http://www.someihv.com/nwifi/profile"> + <IHVConnectivityParam1>0</IHVConnectivityParam1> + <IHVConnectivityParam2></IHVConnectivityParam2> + </IhvConnectivity> + </connectivity> + <security> + <IhvSecurity xmlns="http://www.someihv.com/nwifi/profile"> + <IHVUsesFullSecurity>FALSE</IHVUsesFullSecurity> + <IHVAuthentication>IHVAuthV1</IHVAuthentication> + <IHVEncryption>IHVCipher1</IHVEncryption> + <IHVSecurityParam1>0</IHVSecurityParam1> + <IHVSecurityParam2></IHVSecurityParam2> + </IhvSecurity> + </security> + <useMSOneX>true</useMSOneX> + </IHV> +</WLANProfile> |
