Skip to content

Instantly share code, notes, and snippets.

@nponeccop
Last active December 4, 2017 17:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nponeccop/dc6eed28c752e6e2d0ea to your computer and use it in GitHub Desktop.
Save nponeccop/dc6eed28c752e6e2d0ea to your computer and use it in GitHub Desktop.
Huawei HG532e TR-064
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetPersistentData</name>
<argumentList>
<argument>
<name>NewPersistentData</name>
<direction>out</direction>
<relatedStateVariable>PersistentData</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetPersistentData</name>
<argumentList>
<argument>
<name>NewPersistentData</name>
<direction>in</direction>
<relatedStateVariable>PersistentData</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ConfigurationStarted</name>
<argumentList>
<argument>
<name>NewSessionID</name>
<direction>in</direction>
<relatedStateVariable>A_ARG_TYPE_UUID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>ConfigurationFinished</name>
<argumentList>
<argument>
<name>NewStatus</name>
<direction>out</direction>
<relatedStateVariable>A_ARG_TYPE_Status</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>FactoryReset</name>
</action>
<action>
<name>Reboot</name>
</action>
<action>
<name>GetSecurityPort</name>
<argumentList>
<argument>
<name>NewSecurityPort</name>
<direction>out</direction>
<relatedStateVariable>SecurityPort</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetServiceMode</name>
<argumentList>
<argument>
<name>NewMode</name>
<direction>out</direction>
<relatedStateVariable>ServiceModeData</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetServiceMode</name>
<argumentList>
<argument>
<name>NewMode</name>
<direction>in</direction>
<relatedStateVariable>ServiceModeData</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>PersistentData</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_Status</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>A_ARG_TYPE_UUID</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>SecurityPort</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ServiceModeData</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>Upgrade</name>
<argumentList>
<argument>
<name>NewDownloadURL</name>
<direction>in</direction>
<relatedStateVariable>DownloadURL</relatedStateVariable>
</argument>
<argument>
<name>NewStatusURL</name>
<direction>in</direction>
<relatedStateVariable>StatusURL</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSoftwareVersion</name>
<argumentList>
<argument>
<name>NewSoftwareVersion</name>
<direction>out</direction>
<relatedStateVariable>SoftwareVersion</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>DownloadURL</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>StatusURL</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>SoftwareVersion</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetDefaultConnectionService</name>
<argumentList>
<argument>
<name>NewDefaultConnectionService</name>
<direction>out</direction>
<relatedStateVariable>DefaultConnectionService</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>DefaultConnectionService</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetDHCPServerConfigurable</name>
<argumentList>
<argument>
<name>NewDHCPServerConfigurable</name>
<direction>out</direction>
<relatedStateVariable>DHCPServerConfigurable</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetDHCPRelay</name>
<argumentList>
<argument>
<name>NewDHCPRelay</name>
<direction>in</direction>
<relatedStateVariable>DHCPRelay</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDHCPRelay</name>
<argumentList>
<argument>
<name>NewDHCPRelay</name>
<direction>out</direction>
<relatedStateVariable>DHCPRelay</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetSubnetMask</name>
<argumentList>
<argument>
<name>NewSubnetMask</name>
<direction>in</direction>
<relatedStateVariable>SubnetMask</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSubnetMask</name>
<argumentList>
<argument>
<name>NewSubnetMask</name>
<direction>out</direction>
<relatedStateVariable>SubnetMask</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetIPRoutersList</name>
<argumentList>
<argument>
<name>NewIPRouters</name>
<direction>out</direction>
<relatedStateVariable>IPRouters</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDomainName</name>
<argumentList>
<argument>
<name>NewDomainName</name>
<direction>out</direction>
<relatedStateVariable>DomainName</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetAddressRange</name>
<argumentList>
<argument>
<name>NewMinAddress</name>
<direction>out</direction>
<relatedStateVariable>MinAddress</relatedStateVariable>
</argument>
<argument>
<name>NewMaxAddress</name>
<direction>out</direction>
<relatedStateVariable>MaxAddress</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetReservedAddresses</name>
<argumentList>
<argument>
<name>NewReservedAddresses</name>
<direction>out</direction>
<relatedStateVariable>ReservedAddresses</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDNSServers</name>
<argumentList>
<argument>
<name>NewDNSServers</name>
<direction>out</direction>
<relatedStateVariable>DNSServers</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>DHCPServerConfigurable</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DHCPRelay</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>SubnetMask</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>IPRouters</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DNSServers</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DomainName</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>MinAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>MaxAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ReservedAddresses</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>SetConfigPassword</name>
<argumentList>
<argument>
<name>NewPassword</name>
<direction>in</direction>
<relatedStateVariable>Password</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>Password</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:dslforum-org:device:InternetGatewayDevice:1</deviceType>
<friendlyName>HG532e</friendlyName>
<manufacturer>Huawei Technologies Co., Ltd.</manufacturer>
<manufacturerURL>http://www.huawei.com</manufacturerURL>
<modelDescription>Huawei Home Gateway</modelDescription>
<modelName>HG532e</modelName>
<modelNumber>Huawei Model</modelNumber>
<modelURL>http://www.huawei.com</modelURL>
<serialNumber>T9E7S14926007991</serialNumber>
<UDN>uuid:00e0fc37-2626-2828-2600-80717adc7798</UDN>
<UPC>000000000001</UPC>
<serviceList>
<service>
<serviceType>urn:www-huawei-com:service:DeviceConfig:1</serviceType>
<serviceId>urn:www-huawei-com:serviceId:DeviceConfig1</serviceId>
<SCPDURL>/desc/DevCfg.xml</SCPDURL>
<controlURL>/ctrlt/DeviceConfig_1</controlURL>
<eventSubURL>/evt/DeviceConfig_1</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANConfigSecurity:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:LANConfigSecurity1</serviceId>
<SCPDURL>/desc/LANSec.xml</SCPDURL>
<controlURL>/ctrlt/LANConfigSecurity_1</controlURL>
<eventSubURL>/evt/LANConfigSecurity_1</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Layer3Forwarding:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:Layer3Forwarding1</serviceId>
<SCPDURL>/desc/L3Fwd.xml</SCPDURL>
<controlURL>/ctrlt/Layer3Forwarding_1</controlURL>
<eventSubURL>/evt/Layer3Forwarding_1</eventSubURL>
</service>
<service>
<serviceType>urn:www-huawei-com:service:DeviceUpgrade:1</serviceType>
<serviceId>urn:www-huawei-com:serviceId:DeviceUpgrade1</serviceId>
<SCPDURL>/desc/DevUpg.xml</SCPDURL>
<controlURL>/ctrlt/DeviceUpgrade_1</controlURL>
<eventSubURL>/evt/DeviceUpgrade_1</eventSubURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:WANDevice:1</deviceType>
<friendlyName>WANDevice</friendlyName>
<manufacturer>Huawei Technologies Co., Ltd.</manufacturer>
<manufacturerURL>http://www.huawei.com</manufacturerURL>
<modelDescription>Huawei Home Gateway</modelDescription>
<modelName>HG532e</modelName>
<modelNumber>Huawei Model</modelNumber>
<modelURL>http://www.huawei.com</modelURL>
<serialNumber>T9E7S14926007991</serialNumber>
<UDN>uuid:00e0fc37-2626-2828-2601-80717adc7798</UDN>
<UPC>000000000001</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WANDSLInterfaceConfig:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANDSLInterfaceConfig1</serviceId>
<SCPDURL>/desc/WanDslIfCfg.xml</SCPDURL>
<controlURL>/ctrlt/WANDSLInterfaceConfig_1</controlURL>
<eventSubURL>/evt/WANDSLInterfaceConfig_1</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANCommonInterfaceConfig:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANCommonInterfaceConfig1</serviceId>
<SCPDURL>/desc/WanCommonIfc1.xml</SCPDURL>
<controlURL>/ctrlt/WANCommonInterfaceConfig_1</controlURL>
<eventSubURL>/evt/WANCommonInterfaceConfig_1</eventSubURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:WANConnectionDevice:1</deviceType>
<friendlyName>WANConnectionDevice</friendlyName>
<manufacturer>Huawei Technologies Co., Ltd.</manufacturer>
<manufacturerURL>http://www.huawei.com</manufacturerURL>
<modelDescription>Huawei Home Gateway</modelDescription>
<modelName>HG532e</modelName>
<modelNumber>Huawei Model</modelNumber>
<modelURL>http://www.huawei.com</modelURL>
<serialNumber>T9E7S14926007991</serialNumber>
<UDN>uuid:00e0fc37-2626-2828-2603-80717adc7798</UDN>
<UPC>000000000001</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WANPPPConnection:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANPPPConnection1</serviceId>
<SCPDURL>/desc/WanPppConn.xml</SCPDURL>
<controlURL>/ctrlt/WANPPPConnection_1</controlURL>
<eventSubURL>/evt/WANPPPConnection_1</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANDSLLinkConfig:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANDSLLinkConfig1</serviceId>
<SCPDURL>/desc/WanDslLink.xml</SCPDURL>
<controlURL>/ctrlt/WANDSLLinkConfig_1</controlURL>
<eventSubURL>/evt/WANDSLLinkConfig_1</eventSubURL>
</service>
</serviceList>
</device>
<device>
<deviceType>urn:dslforum-org:device:WANConnectionDevice:1</deviceType>
<friendlyName>WANConnectionDevice</friendlyName>
<manufacturer>Huawei Technologies Co., Ltd.</manufacturer>
<manufacturerURL>http://www.huawei.com</manufacturerURL>
<modelDescription>Huawei Home Gateway</modelDescription>
<modelName>HG532e</modelName>
<modelNumber>Huawei Model</modelNumber>
<modelURL>http://www.huawei.com</modelURL>
<serialNumber>T9E7S14926007991</serialNumber>
<UDN>uuid:00e0fc37-2626-2828-2605-80717adc7798</UDN>
<UPC>000000000001</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WANIPConnection:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANIPConnection2</serviceId>
<SCPDURL>/desc/WanIpConn.xml</SCPDURL>
<controlURL>/ctrlt/WANIPConnection_2</controlURL>
<eventSubURL>/evt/WANIPConnection_2</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANDSLLinkConfig:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WANDSLLinkConfig2</serviceId>
<SCPDURL>/desc/WanDslLink.xml</SCPDURL>
<controlURL>/ctrlt/WANDSLLinkConfig_2</controlURL>
<eventSubURL>/evt/WANDSLLinkConfig_2</eventSubURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
<device>
<deviceType>urn:dslforum-org:device:LANDevice:1</deviceType>
<friendlyName>LANDevice</friendlyName>
<manufacturer>Huawei Technologies Co., Ltd.</manufacturer>
<manufacturerURL>http://www.huawei.com</manufacturerURL>
<modelDescription>Huawei Home Gateway</modelDescription>
<modelName>HG532e</modelName>
<modelNumber>Huawei Model</modelNumber>
<modelURL>http://www.huawei.com</modelURL>
<serialNumber>T9E7S14926007991</serialNumber>
<UDN>uuid:00e0fc37-2626-2828-2602-80717adc7798</UDN>
<UPC>000000000001</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WLANConfiguration4</serviceId>
<SCPDURL>/desc/WLANCfg.xml</SCPDURL>
<controlURL>/ctrlt/WLANConfiguration_4</controlURL>
<eventSubURL>/evt/WLANConfiguration_4</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WLANConfiguration3</serviceId>
<SCPDURL>/desc/WLANCfg.xml</SCPDURL>
<controlURL>/ctrlt/WLANConfiguration_3</controlURL>
<eventSubURL>/evt/WLANConfiguration_3</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WLANConfiguration2</serviceId>
<SCPDURL>/desc/WLANCfg.xml</SCPDURL>
<controlURL>/ctrlt/WLANConfiguration_2</controlURL>
<eventSubURL>/evt/WLANConfiguration_2</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:WLANConfiguration1</serviceId>
<SCPDURL>/desc/WLANCfg.xml</SCPDURL>
<controlURL>/ctrlt/WLANConfiguration_1</controlURL>
<eventSubURL>/evt/WLANConfiguration_1</eventSubURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANHostConfigManagement:1</serviceType>
<serviceId>urn:dslforum-org:serviceId:LANHostConfigManagement1</serviceId>
<SCPDURL>/desc/LanHostCfgMgmt.xml</SCPDURL>
<controlURL>/ctrlt/LANHostConfigManagement_1</controlURL>
<eventSubURL>/evt/LANHostConfigManagement_1</eventSubURL>
</service>
</serviceList>
</device>
</deviceList>
<presentationURL>http://10.0.0.1</presentationURL>
</device>
</root>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>SetEnabledForInternet</name>
<argumentList>
<argument>
<name>NewEnabledForInternet</name>
<direction>in</direction>
<relatedStateVariable>EnabledForInternet</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetEnabledForInternet</name>
<argumentList>
<argument>
<name>NewEnabledForInternet</name>
<direction>out</direction>
<relatedStateVariable>EnabledForInternet</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetCommonLinkProperties</name>
<argumentList>
<argument>
<name>NewWANAccessType</name>
<direction>out</direction>
<relatedStateVariable>WANAccessType</relatedStateVariable>
</argument>
<argument>
<name>NewLayer1UpstreamMaxBitRate</name>
<direction>out</direction>
<relatedStateVariable>Layer1UpstreamMaxBitRate</relatedStateVariable>
</argument>
<argument>
<name>NewLayer1DownstreamMaxBitRate</name>
<direction>out</direction>
<relatedStateVariable>Layer1DownstreamMaxBitRate</relatedStateVariable>
</argument>
<argument>
<name>NewPhysicalLinkStatus</name>
<direction>out</direction>
<relatedStateVariable>PhysicalLinkStatus</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetTotalBytesSent</name>
<argumentList>
<argument>
<name>NewTotalBytesSent</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesSent</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetTotalBytesReceived</name>
<argumentList>
<argument>
<name>NewTotalBytesReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetTotalPacketsSent</name>
<argumentList>
<argument>
<name>NewTotalPacketsSent</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsSent</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetTotalPacketsReceived</name>
<argumentList>
<argument>
<name>NewTotalPacketsReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>WANAccessType</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>DSL</allowedValue>
<allowedValue>POTS</allowedValue>
<allowedValue>Cable</allowedValue>
<allowedValue>Ethernet</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>Layer1UpstreamMaxBitRate</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Layer1DownstreamMaxBitRate</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PhysicalLinkStatus</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Up</allowedValue>
<allowedValue>Down</allowedValue>
<allowedValue>Initializing</allowedValue>
<allowedValue>Unavailable</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalBytesSent</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalBytesReceived</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalPacketsSent</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalPacketsReceived</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>EnabledForInternet</name>
<dataType>boolean</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>GetInfo</name>
<argumentList>
<argument>
<name>NewStatus</name>
<direction>out</direction>
<relatedStateVariable>Status</relatedStateVariable>
</argument>
<argument>
<name>NewModulationType</name>
<direction>out</direction>
<relatedStateVariable>ModulationType</relatedStateVariable>
</argument>
<argument>
<name>NewUpstreamCurrRate</name>
<direction>out</direction>
<relatedStateVariable>UpstreamCurrRate</relatedStateVariable>
</argument>
<argument>
<name>NewDownstreamCurrRate</name>
<direction>out</direction>
<relatedStateVariable>DownstreamCurrRate</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>Status</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ModulationType</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>UpstreamCurrRate</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="yes">
<name>DownstreamCurrRate</name>
<dataType>ui4</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>SetConnectionType</name>
<argumentList>
<argument>
<name>NewConnectionType</name>
<direction>in</direction>
<relatedStateVariable>ConnectionType</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPVCName</name>
<argumentList>
<argument>
<name>NewPVCName</name>
<direction>out</direction>
<relatedStateVariable>Name</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetConnectionTypeInfo</name>
<argumentList>
<argument>
<name>NewConnectionType</name>
<direction>out</direction>
<relatedStateVariable>ConnectionType</relatedStateVariable>
</argument>
<argument>
<name>NewPossibleConnectionTypes</name>
<direction>out</direction>
<relatedStateVariable>PossibleConnectionTypes</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetNATEnabled</name>
<argumentList>
<argument>
<name>NewSetNATEnabled</name>
<direction>in</direction>
<relatedStateVariable>NATEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>RequestConnection</name>
</action>
<action>
<name>RequestTermination</name>
</action>
<action>
<name>ForceTermination</name>
</action>
<action>
<name>GetStatusInfo</name>
<argumentList>
<argument>
<name>NewConnectionStatus</name>
<direction>out</direction>
<relatedStateVariable>ConnectionStatus</relatedStateVariable>
</argument>
<argument>
<name>NewLastConnectionError</name>
<direction>out</direction>
<relatedStateVariable>LastConnectionError</relatedStateVariable>
</argument>
<argument>
<name>NewUptime</name>
<direction>out</direction>
<relatedStateVariable>Uptime</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetAutoDisconnectTime</name>
<argumentList>
<argument>
<name>NewAutoDisconnectTime</name>
<direction>out</direction>
<relatedStateVariable>AutoDisconnectTime</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetIdleDisconnectTime</name>
<argumentList>
<argument>
<name>NewIdleDisconnectTime</name>
<direction>out</direction>
<relatedStateVariable>IdleDisconnectTime</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetWarnDisconnectDelay</name>
<argumentList>
<argument>
<name>NewWarnDisconnectDelay</name>
<direction>out</direction>
<relatedStateVariable>WarnDisconnectDelay</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetNATRSIPStatus</name>
<argumentList>
<argument>
<name>NewRSIPAvailable</name>
<direction>out</direction>
<relatedStateVariable>RSIPAvailable</relatedStateVariable>
</argument>
<argument>
<name>NewNATEnabled</name>
<direction>out</direction>
<relatedStateVariable>NATEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetGenericPortMappingEntry</name>
<argumentList>
<argument>
<name>NewPortMappingIndex</name>
<direction>in</direction>
<relatedStateVariable>PortMappingNumberOfEntries</relatedStateVariable>
</argument>
<argument>
<name>NewRemoteHost</name>
<direction>out</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>out</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>out</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>out</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>out</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>out</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>out</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>out</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSpecificPortMappingEntry</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>out</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>out</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>out</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>out</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>out</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>AddPortMapping</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>in</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>in</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>in</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>in</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>in</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>DeletePortMapping</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetExternalIPAddress</name>
<argumentList>
<argument>
<name>NewExternalIPAddress</name>
<direction>out</direction>
<relatedStateVariable>ExternalIPAddress</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetInfo</name>
<argumentList>
<argument>
<name>NewExternalIPAddress</name>
<direction>out</direction>
<relatedStateVariable>ExternalIPAddress</relatedStateVariable>
</argument>
<argument>
<name>NewSubnetMask</name>
<direction>out</direction>
<relatedStateVariable>SubnetMask</relatedStateVariable>
</argument>
<argument>
<name>NewAddressingType</name>
<direction>out</direction>
<relatedStateVariable>AddressingType</relatedStateVariable>
</argument>
<argument>
<name>NewDefaultGateway</name>
<direction>out</direction>
<relatedStateVariable>DefaultGateway</relatedStateVariable>
</argument>
<argument>
<name>NewDNSServers</name>
<direction>out</direction>
<relatedStateVariable>DNSServers</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetIPInterfaceInfo</name>
<argumentList>
<argument>
<name>NewAddressingType</name>
<direction>in</direction>
<relatedStateVariable>AddressingType</relatedStateVariable>
</argument>
<argument>
<name>NewExternalIPAddress</name>
<direction>in</direction>
<relatedStateVariable>ExternalIPAddress</relatedStateVariable>
</argument>
<argument>
<name>NewSubnetMask</name>
<direction>in</direction>
<relatedStateVariable>SubnetMask</relatedStateVariable>
</argument>
<argument>
<name>NewDefaultGateway</name>
<direction>in</direction>
<relatedStateVariable>DefaultGateway</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetDNSServers</name>
<argumentList>
<argument>
<name>NewDNSServers</name>
<direction>in</direction>
<relatedStateVariable>DNSServers</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>ConnectionType</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Name</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PossibleConnectionTypes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Unconfigured</allowedValue>
<allowedValue>IP_Routed</allowedValue>
<allowedValue>IP_Bridged</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>ConnectionStatus</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Unconfigured</allowedValue>
<allowedValue>Connecting</allowedValue>
<allowedValue>Authenticating</allowedValue>
<allowedValue>Connected</allowedValue>
<allowedValue>PendingDisconnect</allowedValue>
<allowedValue>Disconnecting</allowedValue>
<allowedValue>Disconnected</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>Uptime</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>LastConnectionError</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>ERROR_NONE</allowedValue>
<allowedValue>ERROR_ISP_TIME_OUT</allowedValue>
<allowedValue>ERROR_COMMAND_ABORTED</allowedValue>
<allowedValue>ERROR_NOT_ENABLED_FOR_INTERNET</allowedValue>
<allowedValue>ERROR_BAD_PHONE_NUMBER</allowedValue>
<allowedValue>ERROR_USER_DISCONNECT</allowedValue>
<allowedValue>ERROR_ISP_DISCONNECT</allowedValue>
<allowedValue>ERROR_IDLE_DISCONNECT</allowedValue>
<allowedValue>ERROR_FORCED_DISCONNECT</allowedValue>
<allowedValue>ERROR_SERVER_OUT_OF_RESOURCES</allowedValue>
<allowedValue>ERROR_RESTRICTED_LOGON_HOURS</allowedValue>
<allowedValue>ERROR_ACCOUNT_DISABLED</allowedValue>
<allowedValue>ERROR_ACCOUNT_EXPIRED</allowedValue>
<allowedValue>ERROR_PASSWORD_EXPIRED</allowedValue>
<allowedValue>ERROR_AUTHENTICATION_FAILURE</allowedValue>
<allowedValue>ERROR_NO_DIALTONE</allowedValue>
<allowedValue>ERROR_NO_CARRIER</allowedValue>
<allowedValue>ERROR_NO_ANSWER</allowedValue>
<allowedValue>ERROR_LINE_BUSY</allowedValue>
<allowedValue>ERROR_UNSUPPORTED_BITSPERSECOND</allowedValue>
<allowedValue>ERROR_TOO_MANY_LINE_ERRORS</allowedValue>
<allowedValue>ERROR_IP_CONFIGURATION</allowedValue>
<allowedValue>ERROR_UNKNOWN</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>AutoDisconnectTime</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>IdleDisconnectTime</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>WarnDisconnectDelay</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>RSIPAvailable</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>NATEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ExternalIPAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingNumberOfEntries</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingLeaseDuration</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>RemoteHost</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ExternalPort</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>InternalPort</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingProtocol</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>InternalClient</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingDescription</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AddressingType</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>SubnetMask</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DefaultGateway</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DNSServers</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<actionList>
<action>
<name>SetConnectionType</name>
<argumentList>
<argument>
<name>NewConnectionType</name>
<direction>in</direction>
<relatedStateVariable>ConnectionType</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPVCName</name>
<argumentList>
<argument>
<name>NewPVCName</name>
<direction>out</direction>
<relatedStateVariable>Name</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetConnectionTypeInfo</name>
<argumentList>
<argument>
<name>NewConnectionType</name>
<direction>out</direction>
<relatedStateVariable>ConnectionType</relatedStateVariable>
</argument>
<argument>
<name>NewPossibleConnectionTypes</name>
<direction>out</direction>
<relatedStateVariable>PossibleConnectionTypes</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>RequestConnection</name>
</action>
<action>
<name>ForceTermination</name>
</action>
<action>
<name>GetStatusInfo</name>
<argumentList>
<argument>
<name>NewConnectionStatus</name>
<direction>out</direction>
<relatedStateVariable>ConnectionStatus</relatedStateVariable>
</argument>
<argument>
<name>NewLastConnectionError</name>
<direction>out</direction>
<relatedStateVariable>LastConnectionError</relatedStateVariable>
</argument>
<argument>
<name>NewUptime</name>
<direction>out</direction>
<relatedStateVariable>Uptime</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetLinkLayerMaxBitRates</name>
<argumentList>
<argument>
<name>NewUpstreamMaxBitRate</name>
<direction>out</direction>
<relatedStateVariable>UpstreamMaxBitRate</relatedStateVariable>
</argument>
<argument>
<name>NewDownstreamMaxBitRate</name>
<direction>out</direction>
<relatedStateVariable>DownstreamMaxBitRate</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetNATRSIPStatus</name>
<argumentList>
<argument>
<name>NewRSIPAvailable</name>
<direction>out</direction>
<relatedStateVariable>RSIPAvailable</relatedStateVariable>
</argument>
<argument>
<name>NewNATEnabled</name>
<direction>out</direction>
<relatedStateVariable>NATEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetGenericPortMappingEntry</name>
<argumentList>
<argument>
<name>NewPortMappingIndex</name>
<direction>in</direction>
<relatedStateVariable>PortMappingNumberOfEntries</relatedStateVariable>
</argument>
<argument>
<name>NewRemoteHost</name>
<direction>out</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>out</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>out</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>out</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>out</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>out</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>out</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>out</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSpecificPortMappingEntry</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>out</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>out</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>out</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>out</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>out</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>AddPortMapping</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
<argument>
<name>NewInternalPort</name>
<direction>in</direction>
<relatedStateVariable>InternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewInternalClient</name>
<direction>in</direction>
<relatedStateVariable>InternalClient</relatedStateVariable>
</argument>
<argument>
<name>NewEnabled</name>
<direction>in</direction>
<relatedStateVariable>PortMappingEnabled</relatedStateVariable>
</argument>
<argument>
<name>NewPortMappingDescription</name>
<direction>in</direction>
<relatedStateVariable>PortMappingDescription</relatedStateVariable>
</argument>
<argument>
<name>NewLeaseDuration</name>
<direction>in</direction>
<relatedStateVariable>PortMappingLeaseDuration</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>DeletePortMapping</name>
<argumentList>
<argument>
<name>NewRemoteHost</name>
<direction>in</direction>
<relatedStateVariable>RemoteHost</relatedStateVariable>
</argument>
<argument>
<name>NewExternalPort</name>
<direction>in</direction>
<relatedStateVariable>ExternalPort</relatedStateVariable>
</argument>
<argument>
<name>NewProtocol</name>
<direction>in</direction>
<relatedStateVariable>PortMappingProtocol</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetExternalIPAddress</name>
<argumentList>
<argument>
<name>NewExternalIPAddress</name>
<direction>out</direction>
<relatedStateVariable>ExternalIPAddress</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetNATEnabled</name>
<argumentList>
<argument>
<name>NewSetNATEnabled</name>
<direction>in</direction>
<relatedStateVariable>NATEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetUserName</name>
<argumentList>
<argument>
<name>NewUserName</name>
<direction>out</direction>
<relatedStateVariable>UserName</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetUserName</name>
<argumentList>
<argument>
<name>NewUserName</name>
<direction>in</direction>
<relatedStateVariable>UserName</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetPassword</name>
<argumentList>
<argument>
<name>NewPassword</name>
<direction>in</direction>
<relatedStateVariable>Password</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPassword</name>
<argumentList>
<argument>
<name>NewPassword</name>
<direction>out</direction>
<relatedStateVariable>Password</relatedStateVariable>
</argument>
</argumentList>
</action>
</actionList>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>ConnectionType</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Name</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PossibleConnectionTypes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Unconfigured</allowedValue>
<allowedValue>IP_Routed</allowedValue>
<allowedValue>DHCP_Spoofed</allowedValue>
<allowedValue>PPPOE_Bridged</allowedValue>
<allowedValue>PPTP_Relay</allowedValue>
<allowedValue>L2TP_Relay</allowedValue>
<allowedValue>PPPOE_Relay</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>ConnectionStatus</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Unconfigured</allowedValue>
<allowedValue>Connecting</allowedValue>
<allowedValue>Authenticating</allowedValue>
<allowedValue>Connected</allowedValue>
<allowedValue>PendingDisconnect</allowedValue>
<allowedValue>Disconnecting</allowedValue>
<allowedValue>Disconnected</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>Uptime</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>UpstreamMaxBitRate</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DownstreamMaxBitRate</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>LastConnectionError</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>ERROR_NONE</allowedValue>
<allowedValue>ERROR_ISP_TIME_OUT</allowedValue>
<allowedValue>ERROR_COMMAND_ABORTED</allowedValue>
<allowedValue>ERROR_NOT_ENABLED_FOR_INTERNET</allowedValue>
<allowedValue>ERROR_BAD_PHONE_NUMBER</allowedValue>
<allowedValue>ERROR_USER_DISCONNECT</allowedValue>
<allowedValue>ERROR_ISP_DISCONNECT</allowedValue>
<allowedValue>ERROR_IDLE_DISCONNECT</allowedValue>
<allowedValue>ERROR_FORCED_DISCONNECT</allowedValue>
<allowedValue>ERROR_SERVER_OUT_OF_RESOURCES</allowedValue>
<allowedValue>ERROR_RESTRICTED_LOGON_HOURS</allowedValue>
<allowedValue>ERROR_ACCOUNT_DISABLED</allowedValue>
<allowedValue>ERROR_ACCOUNT_EXPIRED</allowedValue>
<allowedValue>ERROR_PASSWORD_EXPIRED</allowedValue>
<allowedValue>ERROR_AUTHENTICATION_FAILURE</allowedValue>
<allowedValue>ERROR_NO_DIALTONE</allowedValue>
<allowedValue>ERROR_NO_CARRIER</allowedValue>
<allowedValue>ERROR_NO_ANSWER</allowedValue>
<allowedValue>ERROR_LINE_BUSY</allowedValue>
<allowedValue>ERROR_UNSUPPORTED_BITSPERSECOND</allowedValue>
<allowedValue>ERROR_TOO_MANY_LINE_ERRORS</allowedValue>
<allowedValue>ERROR_IP_CONFIGURATION</allowedValue>
<allowedValue>ERROR_UNKNOWN</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>RSIPAvailable</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>NATEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ExternalIPAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingNumberOfEntries</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingLeaseDuration</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>RemoteHost</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ExternalPort</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>InternalPort</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingProtocol</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>TCP</allowedValue>
<allowedValue>UDP</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>InternalClient</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PortMappingDescription</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>UserName</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Password</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
</scpd>
<?xml version="1.0"?>
<scpd>
<serviceStateTable>
<stateVariable sendEvents="no">
<name>InsecureOOBAccessEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Enable</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>SSID</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>BSSID</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>BeaconType</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>None</allowedValue>
<allowedValue>Basic</allowedValue>
<allowedValue>WPA</allowedValue>
<allowedValue>11i</allowedValue>
<allowedValue>BasicandWPA</allowedValue>
<allowedValue>Basicand11i</allowedValue>
<allowedValue>WPAand11i</allowedValue>
<allowedValue>BasicandWPAand11i</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>BeaconAdvertisementEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>RadioEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>LocationDescription</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>RegulatoryDomain</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalPSKFailures</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalIntegrityFailures</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>Channel</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PossibleChannels</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>ChannelsInUse</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>DeviceOperationMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>InfrastructureAccessPoint</allowedValue>
<allowedValue>WirelessBridgePointToPoint</allowedValue>
<allowedValue>WirelessBridgePointToMultipoint</allowedValue>
<allowedValue>WirelessRepeater</allowedValue>
<allowedValue>WirelessSTA</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>DistanceFromRoot</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PeerBSSID</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>BasicDataTransmitRates</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>OperationalDataTransmitRates</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PossibleDataTransmitRates</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AutoRateFallBackEnabled</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalBytesSent</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalBytesReceived</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalPacketsSent</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalPacketsReceived</name>
<dataType>ui4</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>TotalAssociations</name>
<dataType>ui2</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AssociatedDeviceMACAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AssociatedDeviceIPAddress</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AssociatedDeviceAuthState</name>
<dataType>boolean</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>AuthenticationServiceMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>None</allowedValue>
<allowedValue>LinkAuthentication</allowedValue>
<allowedValue>RadiusClient</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>WEPKeyIndex</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>WEPKey</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>KeyPassphrase</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>WEPEncryptionLevel</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>Disabled</allowedValue>
<allowedValue>40-bit</allowedValue>
<allowedValue>104-bit</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>PreSharedKey</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>PreSharedKeyIndex</name>
<dataType>ui1</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>BasicEncryptionModes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>None</allowedValue>
<allowedValue>WEPEncryption</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>BasicAuthenticationMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>None</allowedValue>
<allowedValue>EAPAuthentication</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>WPAEncryptionModes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>WEPEncryption</allowedValue>
<allowedValue>TKIPEncryption</allowedValue>
<allowedValue>WEPandTKIPEncryption</allowedValue>
<allowedValue>AESEncryption</allowedValue>
<allowedValue>WEPandAESEncryption</allowedValue>
<allowedValue>TKIPandAESEncryption</allowedValue>
<allowedValue>WEPandTKIPandAESEncryption</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>WPAAuthenticationMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>PSKAuthentication</allowedValue>
<allowedValue>EAPAuthentication</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>IEEE11iEncryptionModes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>WEPEncryption</allowedValue>
<allowedValue>TKIPEncryption</allowedValue>
<allowedValue>WEPandTKIPEncryption</allowedValue>
<allowedValue>AESEncryption</allowedValue>
<allowedValue>WEPandAESEncryption</allowedValue>
<allowedValue>TKIPandAESEncryption</allowedValue>
<allowedValue>WEPandTKIPandAESEncryption</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>IEEE11iAuthenticationMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>PSKAuthentication</allowedValue>
<allowedValue>EAPAuthentication</allowedValue>
<allowedValue>EAPandPSKAuthentication</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>WPA11iEncryptionModes</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>WEPEncryption</allowedValue>
<allowedValue>TKIPEncryption</allowedValue>
<allowedValue>WEPandTKIPEncryption</allowedValue>
<allowedValue>AESEncryption</allowedValue>
<allowedValue>WEPandAESEncryption</allowedValue>
<allowedValue>TKIPandAESEncryption</allowedValue>
<allowedValue>WEPandTKIPandAESEncryption</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>WPA11iAuthenticationMode</name>
<dataType>string</dataType>
<allowedValueList>
<allowedValue>PSKAuthentication</allowedValue>
<allowedValue>EAPAuthentication</allowedValue>
<allowedValue>EAPandPSKAuthentication</allowedValue>
</allowedValueList>
</stateVariable>
<stateVariable sendEvents="no">
<name>LastRequestedUnicastCipher</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>LastRequestedMulticastCipher</name>
<dataType>string</dataType>
</stateVariable>
<stateVariable sendEvents="no">
<name>LastPMKId</name>
<dataType>string</dataType>
</stateVariable>
</serviceStateTable>
<actionList>
<action>
<Optional/>
<name>GetInsecureOutOfBandAccessMode</name>
<argumentList>
<argument>
<name>NewInsecureOOBAccessEnabled</name>
<direction>out</direction>
<relatedStateVariable>InsecureOOBAccessEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetEnable</name>
<argumentList>
<argument>
<name>NewEnable</name>
<direction>in</direction>
<relatedStateVariable>Enable</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetEnable</name>
<argumentList>
<argument>
<name>NewEnable</name>
<direction>out</direction>
<relatedStateVariable>Enable</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetWlanEnable</name>
<argumentList>
<argument>
<name>NewEnable</name>
<direction>in</direction>
<relatedStateVariable>Enable</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetWlanEnable</name>
<argumentList>
<argument>
<name>NewEnable</name>
<direction>out</direction>
<relatedStateVariable>Enable</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetSSID</name>
<argumentList>
<argument>
<name>NewSSID</name>
<direction>in</direction>
<relatedStateVariable>SSID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSSID</name>
<argumentList>
<argument>
<name>NewSSID</name>
<direction>out</direction>
<relatedStateVariable>SSID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetBSSID</name>
<argumentList>
<argument>
<name>NewBSSID</name>
<direction>out</direction>
<relatedStateVariable>BSSID</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetBeaconType</name>
<argumentList>
<argument>
<name>NewBeaconType</name>
<direction>in</direction>
<relatedStateVariable>BeaconType</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetBeaconType</name>
<argumentList>
<argument>
<name>NewBeaconType</name>
<direction>out</direction>
<relatedStateVariable>BeaconType</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetBeaconAdvertisement</name>
<argumentList>
<argument>
<name>NewBeaconAdvertisementEnabled</name>
<direction>out</direction>
<relatedStateVariable>BeaconAdvertisementEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetRadioMode</name>
<argumentList>
<argument>
<name>NewRadioEnabled</name>
<direction>in</direction>
<relatedStateVariable>RadioEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetRadioMode</name>
<argumentList>
<argument>
<name>NewRadioEnabled</name>
<direction>out</direction>
<relatedStateVariable>RadioEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetLocationDescription</name>
<argumentList>
<argument>
<name>NewLocationDescription</name>
<direction>out</direction>
<relatedStateVariable>LocationDescription</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetRegulatoryDomain</name>
<argumentList>
<argument>
<name>NewRegulatoryDomain</name>
<direction>out</direction>
<relatedStateVariable>RegulatoryDomain</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetFailureStatusInfo</name>
<argumentList>
<argument>
<name>NewTotalIntegrityFailures</name>
<direction>out</direction>
<relatedStateVariable>TotalIntegrityFailures</relatedStateVariable>
</argument>
<argument>
<name>NewTotalPSKFailures</name>
<direction>out</direction>
<relatedStateVariable>TotalPSKFailures</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetChannel</name>
<argumentList>
<argument>
<name>NewChannel</name>
<direction>in</direction>
<relatedStateVariable>Channel</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetChannelInfo</name>
<argumentList>
<argument>
<name>NewChannel</name>
<direction>out</direction>
<relatedStateVariable>Channel</relatedStateVariable>
</argument>
<argument>
<name>NewPossibleChannels</name>
<direction>out</direction>
<relatedStateVariable>PossibleChannels</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetChannelsInUse</name>
<argumentList>
<argument>
<name>NewChannelsInUse</name>
<direction>out</direction>
<relatedStateVariable>ChannelsInUse</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetDeviceOperationMode</name>
<argumentList>
<argument>
<name>NewDeviceOperationMode</name>
<direction>out</direction>
<relatedStateVariable>DeviceOperationMode</relatedStateVariable>
</argument>
<argument>
<name>NewSSID</name>
<direction>out</direction>
<relatedStateVariable>SSID</relatedStateVariable>
</argument>
<argument>
<name>NewBSSID</name>
<direction>out</direction>
<relatedStateVariable>PeerBSSID</relatedStateVariable>
</argument>
<argument>
<name>NewChannel</name>
<direction>out</direction>
<relatedStateVariable>Channel</relatedStateVariable>
</argument>
<argument>
<name>NewBasicDataTransmitRates</name>
<direction>out</direction>
<relatedStateVariable>BasicDataTransmitRates</relatedStateVariable>
</argument>
<argument>
<name>NewOperationalDataTransmitRates</name>
<direction>out</direction>
<relatedStateVariable>OperationalDataTransmitRates</relatedStateVariable>
</argument>
<argument>
<name>NewDistanceFromRoot</name>
<direction>out</direction>
<relatedStateVariable>DistanceFromRoot</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDataTransmitRateInfo</name>
<argumentList>
<argument>
<name>NewBasicDataTransmitRates</name>
<direction>out</direction>
<relatedStateVariable>BasicDataTransmitRates</relatedStateVariable>
</argument>
<argument>
<name>NewOperationalDataTransmitRates</name>
<direction>out</direction>
<relatedStateVariable>OperationalDataTransmitRates</relatedStateVariable>
</argument>
<argument>
<name>NewPossibleDataTransmitRates</name>
<direction>out</direction>
<relatedStateVariable>PossibleDataTransmitRates</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetAutoRateFallBackMode</name>
<argumentList>
<argument>
<name>NewAutoRateFallBackEnabled</name>
<direction>out</direction>
<relatedStateVariable>AutoRateFallBackEnabled</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetByteStatistics</name>
<argumentList>
<argument>
<name>NewTotalBytesSent</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesSent</relatedStateVariable>
</argument>
<argument>
<name>NewTotalBytesReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetPacketStatistics</name>
<argumentList>
<argument>
<name>NewTotalPacketsSent</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsSent</relatedStateVariable>
</argument>
<argument>
<name>NewTotalPacketsReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetByteStatsForAssociatedDev</name>
<argumentList>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>in</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewTotalBytesSent</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesSent</relatedStateVariable>
</argument>
<argument>
<name>NewTotalBytesReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalBytesReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetPacketStatsForAssociatedDev</name>
<argumentList>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>in</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewTotalPacketsSent</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsSent</relatedStateVariable>
</argument>
<argument>
<name>NewTotalPacketsReceived</name>
<direction>out</direction>
<relatedStateVariable>TotalPacketsReceived</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetTotalAssociations</name>
<argumentList>
<argument>
<name>NewTotalAssociations</name>
<direction>out</direction>
<relatedStateVariable>TotalAssociations</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetGenericAssociatedDeviceInfo</name>
<argumentList>
<argument>
<name>NewAssociatedDeviceIndex</name>
<direction>in</direction>
<relatedStateVariable>TotalAssociations</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceIPAddress</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceIPAddress</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceAuthState</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceAuthState</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSpecificAssociatedDeviceInfo</name>
<argumentList>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>in</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceIPAddress</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceIPAddress</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceAuthState</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceAuthState</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetSpecificAssociatedDev11iInfo</name>
<argumentList>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>in</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewLastRequestedUnicastCipher</name>
<direction>out</direction>
<relatedStateVariable>LastRequestedUnicastCipher</relatedStateVariable>
</argument>
<argument>
<name>NewLastRequestedMulticastCipher</name>
<direction>out</direction>
<relatedStateVariable>LastRequestedMulticastCipher</relatedStateVariable>
</argument>
<argument>
<name>NewIEEE11iAuthenticationMode</name>
<direction>out</direction>
<relatedStateVariable>IEEE11iAuthenticationMode</relatedStateVariable>
</argument>
<argument>
<name>NewLastPMKId</name>
<direction>out</direction>
<relatedStateVariable>LastPMKId</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetAuthenticationServiceMode</name>
<argumentList>
<argument>
<name>NewAuthenticationServiceMode</name>
<direction>out</direction>
<relatedStateVariable>AuthenticationServiceMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetSecurityKeys</name>
<argumentList>
<argument>
<name>NewWEPKey0</name>
<direction>in</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey1</name>
<direction>in</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey2</name>
<direction>in</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey3</name>
<direction>in</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewPreSharedKey</name>
<direction>in</direction>
<relatedStateVariable>PreSharedKey</relatedStateVariable>
</argument>
<argument>
<name>NewKeyPassphrase</name>
<direction>in</direction>
<relatedStateVariable>KeyPassphrase</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetSecurityKeys</name>
<argumentList>
<argument>
<name>NewWEPKey0</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey1</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey2</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewWEPKey3</name>
<direction>out</direction>
<relatedStateVariable>WEPKey</relatedStateVariable>
</argument>
<argument>
<name>NewPreSharedKey</name>
<direction>out</direction>
<relatedStateVariable>PreSharedKey</relatedStateVariable>
</argument>
<argument>
<name>NewKeyPassphrase</name>
<direction>out</direction>
<relatedStateVariable>KeyPassphrase</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetDefaultWEPKeyIndex</name>
<argumentList>
<argument>
<name>NewDefaultWEPKeyIndex</name>
<direction>in</direction>
<relatedStateVariable>WEPKeyIndex</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetDefaultWEPKeyIndex</name>
<argumentList>
<argument>
<name>NewDefaultWEPKeyIndex</name>
<direction>out</direction>
<relatedStateVariable>WEPKeyIndex</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>SetPreSharedKey</name>
<argumentList>
<argument>
<name>NewPreSharedKeyIndex</name>
<direction>in</direction>
<relatedStateVariable>PreSharedKeyIndex</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>in</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewPreSharedKey</name>
<direction>in</direction>
<relatedStateVariable>PreSharedKey</relatedStateVariable>
</argument>
<argument>
<name>NewPSKPassphrase</name>
<direction>in</direction>
<relatedStateVariable>KeyPassphrase</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>GetPreSharedKey</name>
<argumentList>
<argument>
<name>NewPreSharedKeyIndex</name>
<direction>in</direction>
<relatedStateVariable>PreSharedKeyIndex</relatedStateVariable>
</argument>
<argument>
<name>NewAssociatedDeviceMACAddress</name>
<direction>out</direction>
<relatedStateVariable>AssociatedDeviceMACAddress</relatedStateVariable>
</argument>
<argument>
<name>NewPreSharedKey</name>
<direction>out</direction>
<relatedStateVariable>PreSharedKey</relatedStateVariable>
</argument>
<argument>
<name>NewPSKPassphrase</name>
<direction>out</direction>
<relatedStateVariable>KeyPassphrase</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetBasBeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewBasicEncryptionModes</name>
<direction>in</direction>
<relatedStateVariable>BasicEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewBasicAuthenticationMode</name>
<direction>in</direction>
<relatedStateVariable>BasicAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetBasBeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewBasicEncryptionModes</name>
<direction>out</direction>
<relatedStateVariable>BasicEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewBasicAuthenticationMode</name>
<direction>out</direction>
<relatedStateVariable>BasicAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetWPABeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewWPAEncryptionModes</name>
<direction>in</direction>
<relatedStateVariable>WPAEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewWPAAuthenticationMode</name>
<direction>in</direction>
<relatedStateVariable>WPAAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>GetWPABeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewWPAEncryptionModes</name>
<direction>out</direction>
<relatedStateVariable>WPAEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewWPAAuthenticationMode</name>
<direction>out</direction>
<relatedStateVariable>WPAAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>Set11iBeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewIEEE11iEncryptionModes</name>
<direction>in</direction>
<relatedStateVariable>IEEE11iEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewIEEE11iAuthenticationMode</name>
<direction>in</direction>
<relatedStateVariable>IEEE11iAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>Get11iBeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewIEEE11iEncryptionModes</name>
<direction>out</direction>
<relatedStateVariable>IEEE11iEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewIEEE11iAuthenticationMode</name>
<direction>out</direction>
<relatedStateVariable>IEEE11iAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetWEPEncryptionLevel</name>
<argumentList>
<argument>
<name>NewWEPEncryptionLevel</name>
<direction>in</direction>
<relatedStateVariable>WEPEncryptionLevel</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<name>SetWPA11iBeaconSecurityProperties</name>
<argumentList>
<argument>
<name>NewWPA11iEncryptionModes</name>
<direction>in</direction>
<relatedStateVariable>WPA11iEncryptionModes</relatedStateVariable>
</argument>
<argument>
<name>NewWPA11iAuthenticationMode</name>
<direction>in</direction>
<relatedStateVariable>WPA11iAuthenticationMode</relatedStateVariable>
</argument>
</argumentList>
</action>
<action>
<Optional/>
<name>FactoryDefaultReset</name>
</action>
<action>
<name>ResetAuthentication</name>
</action>
</actionList>
</scpd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment