diff options
Diffstat (limited to 'network/wlan/ihvsample/ihvwep1.xml')
| -rw-r--r-- | network/wlan/ihvsample/ihvwep1.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/network/wlan/ihvsample/ihvwep1.xml b/network/wlan/ihvsample/ihvwep1.xml new file mode 100644 index 00000000..2e4403f9 --- /dev/null +++ b/network/wlan/ihvsample/ihvwep1.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"> + <name>ihvwep1</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></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> |
