diff options
Diffstat (limited to 'network/wlan/ihvsample/ihvwep2.xml')
| -rw-r--r-- | network/wlan/ihvsample/ihvwep2.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/network/wlan/ihvsample/ihvwep2.xml b/network/wlan/ihvsample/ihvwep2.xml new file mode 100644 index 00000000..32b538ba --- /dev/null +++ b/network/wlan/ihvsample/ihvwep2.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"> + <name>ihvwep2</name> + + <SSIDConfig> + <SSID> + <name>_SSID_</name> + </SSID> + </SSIDConfig> + + <connectionType>ESS</connectionType> + <connectionMode>manual</connectionMode> + + <MSM> + <connectivity> + </connectivity> + + </MSM> + + <IHV> + <OUIHeader> + <OUI>123456</OUI> + <type>01</type> + </OUIHeader> + + <connectivity> + <IhvConnectivity xmlns="http://www.someihv.com/nwifi/profile"> + + <IHVConnectivityParam1>0</IHVConnectivityParam1> + + <IHVConnectivityParam2>_KEY_</IHVConnectivityParam2> + + </IhvConnectivity> + </connectivity> + + <security> + <IhvSecurity xmlns="http://www.someihv.com/nwifi/profile"> + + <IHVUsesFullSecurity>TRUE</IHVUsesFullSecurity> + + <IHVAuthentication>IHVAuthV1</IHVAuthentication> + + <IHVEncryption>IHVCipher1</IHVEncryption> + + <IHVSecurityParam1>0</IHVSecurityParam1> + + <IHVSecurityParam2></IHVSecurityParam2> + + </IhvSecurity> + </security> + </IHV> + +</WLANProfile> |
