287 CHANNEL_WIDTH_UNKNOWN,
288 CHANNEL_WIDTH_20_NO_HT,
308 map<string, InterfaceSettings>
ifMap;
370 constant
int SUCCESS = 0;
373 constant
int ERR_DNS_TOO_MANY_SERVERS = 100;
374 constant
int ERR_DNS_INVALID_SERVER = 101;
375 constant
int ERR_DNS_TOO_MANY_SEARCH_SUFFIXES = 102;
376 constant
int ERR_DNS_INVALID_SEARCH_SUFFIX = 103;
379 constant
int ERR_ROUTING_IPV4_INVALID_DFLT_GATEWAY_ADDR = 200;
380 constant
int ERR_ROUTING_IPV6_INVALID_DFLT_GATEWAY_ADDR = 201;
381 constant
int ERR_ROUTING_IPV4_INVALID_DEST_ADDR = 202;
382 constant
int ERR_ROUTING_IPV6_INVALID_DEST_ADDR = 203;
383 constant
int ERR_ROUTING_IPV4_INVALID_DEST_PREFIX_LEN = 204;
384 constant
int ERR_ROUTING_IPV6_INVALID_DEST_PREFIX_LEN = 205;
385 constant
int ERR_ROUTING_IPV4_INVALID_NEXTHOP_ADDR = 206;
386 constant
int ERR_ROUTING_IPV6_INVALID_NEXTHOP_ADDR = 207;
387 constant
int ERR_ROUTING_IPV4_INVALID_INTERFACE = 208;
388 constant
int ERR_ROUTING_IPV6_INVALID_INTERFACE = 209;
389 constant
int ERR_ROUTING_IPV4_DEST_IS_NO_NETWORK_ADDR = 210;
390 constant
int ERR_ROUTING_IPV6_DEST_IS_NO_NETWORK_ADDR = 211;
391 constant
int ERR_ROUTING_IPV4_DEST_IS_DUPLICATE = 212;
392 constant
int ERR_ROUTING_IPV6_DEST_IS_DUPLICATE = 213;
393 constant
int ERR_ROUTING_IPV4_NO_NEXTHOP_OR_INTERFACE = 214;
394 constant
int ERR_ROUTING_IPV6_NO_NEXTHOP_OR_INTERFACE = 215;
395 constant
int ERR_ROUTING_IPV4_NEXTHOP_AND_INTERFACE_SET = 216;
396 constant
int ERR_ROUTING_IPV6_NEXTHOP_AND_INTERFACE_SET = 217;
399 constant
int ERR_PF_INVALID_PRIMARY_UNIT_DOWNSTREAM_INTERFACE = 300;
400 constant
int ERR_PF_NO_WORKING_PRIMARY_UNIT_UPSTREAM_INTERFACE= 301;
403 constant
int ERR_IF_IPV4_INVALID_CONFIG_METHOD = 400;
404 constant
int ERR_IF_IPV6_INVALID_CONFIG_METHOD = 401;
405 constant
int ERR_IF_IPV4_INVALID_STATIC_ADDR = 402;
406 constant
int ERR_IF_IPV6_INVALID_STATIC_ADDR = 403;
407 constant
int ERR_IF_IPV4_INVALID_STATIC_PREFIX_LEN = 404;
408 constant
int ERR_IF_IPV6_INVALID_STATIC_PREFIX_LEN = 405;
409 constant
int ERR_IF_IPV4_INVALID_DHCP_PREF_HOSTNAME = 406;
410 constant
int ERR_IF_IPV6_INVALID_DHCP_PREF_HOSTNAME = 407;
411 constant
int ERR_IF_EAP_INVALID_IDENTITY = 408;
412 constant
int ERR_IF_EAP_INVALID_PASSWORD = 409;
413 constant
int ERR_IF_EAP_INVALID_CLIENT_CERT = 410;
414 constant
int ERR_IF_EAP_INVALID_CLIENT_PRIV_KEY_OR_PWD = 411;
415 constant
int ERR_IF_EAP_CLIENT_CERT_PRIV_KEY_MISMATCH = 412;
416 constant
int ERR_IF_EAP_INVALID_CA_CERT = 413;
417 constant
int ERR_IF_EAP_CA_CERT_VERIFY_FAILED = 414;
418 constant
int ERR_IF_EAP_INVALID_AUTH_SERVER_NAME = 415;
421 constant
int ERR_ETH_IF_UNSUPPORTED_LINKMODE = 500;
422 constant
int ERR_ETH_IF_INVALID_MTU = 501;
425 constant
int ERR_WLAN_IF_INVALID_SSID = 600;
426 constant
int ERR_WLAN_IF_INVALID_BSSID = 601;
427 constant
int ERR_WLAN_IF_INVALID_PSK = 602;
428 constant
int ERR_WLAN_IF_INVALID_MTU = 603;
Network configuration interface.
Definition: Net.idl:367
vector< PortForwardingProtocolMapping > getPortForwardingProtocolMappings()
Retrieve the list of port forwarding protocol mappings.
Settings getSettings()
Retrieve the current network interface settings.
int setSettings(in Settings settings)
Update the network interface settings.
Info getInfo()
Retrieve information about all network interfaces.
Basic IDL definitions.
Definition: Event.idl:10
Network Configuration.
Definition: Diagnostics.idl:9
EthAuthType
Ethernet authentication type.
Definition: Net.idl:230
@ ETH_AUTH_NONE
No authentication.
Definition: Net.idl:231
@ ETH_AUTH_EAP
802::1x (EAP) authentication
Definition: Net.idl:232
EapStatus
EAP authentication status.
Definition: Net.idl:188
@ EAP_STATUS_FAILED
EAP authentication failed.
Definition: Net.idl:191
@ EAP_STATUS_PENDING
EAP authentication pending.
Definition: Net.idl:190
@ EAP_STATUS_SUCCESS
EAP authentication succeeded.
Definition: Net.idl:192
@ EAP_STATUS_DISABLED
EAP authentication disabled.
Definition: Net.idl:189
IpConfigMethod
IP configuration method.
Definition: Net.idl:104
@ STATIC
No automatic configuration.
Definition: Net.idl:105
@ DHCP
Use DHCP for automatic configuration (IPv4 only)
Definition: Net.idl:106
@ AUTO
Use automatic configuration (IPv6 only)
Definition: Net.idl:107
EthDuplexMode
Ethernet duplex mode.
Definition: Net.idl:223
@ DUPLEX_MODE_AUTO
Use auto-negotiation to set duplex mode.
Definition: Net.idl:224
@ DUPLEX_MODE_FULL
Full duplex.
Definition: Net.idl:226
@ DUPLEX_MODE_HALF
Half duplex.
Definition: Net.idl:225
WlanSecProtocol
WLAN security protocol.
Definition: Net.idl:261
@ WPA2
WPA2 security protocol.
Definition: Net.idl:262
EthSpeed
Ethernet speed.
Definition: Net.idl:215
@ SPEED_MBIT_10
10 MBit/s
Definition: Net.idl:217
@ SPEED_MBIT_100
100 MBit/s
Definition: Net.idl:218
@ SPEED_AUTO
Use auto-negotiation to set speed.
Definition: Net.idl:216
@ SPEED_MBIT_1000
1000 MBit/s (1 GBit/s)
Definition: Net.idl:219
PortForwardingRole
Role of the node when port forwarding is enabled.
Definition: Net.idl:27
@ PRIMARY_UNIT
Node is a port forwarding primary unit.
Definition: Net.idl:28
@ EXPANSION_UNIT
Node is a port forwarding expansion unit.
Definition: Net.idl:29
WlanChannelWidth
WLAN channel width.
Definition: Net.idl:286
WlanAuthType
WLAN authentication type.
Definition: Net.idl:266
@ WLAN_AUTH_NONE
No authentication.
Definition: Net.idl:267
@ WLAN_AUTH_EAP
802::1x (EAP) authentication
Definition: Net.idl:269
@ WLAN_AUTH_PSK
Pre-shared key authentication.
Definition: Net.idl:268
InterfaceOpState
Interface operational state.
Definition: Net.idl:154
@ UP
Interface is up and running.
Definition: Net.idl:158
@ NO_LINK
Interface has no link.
Definition: Net.idl:157
@ NOT_PRESENT
Interface is not present.
Definition: Net.idl:155
@ DOWN
Interface is down.
Definition: Net.idl:156
EapInnerAuthMethod
EAP inner authentication method.
Definition: Net.idl:182
@ INNER_EAP_TLS
TLS authentication.
Definition: Net.idl:184
@ INNER_EAP_MSCHAPv2
MSCHAPv2 authentication.
Definition: Net.idl:183
InterfaceType
The interface type.
Definition: Net.idl:147
@ BRIDGE
Bridge interface.
Definition: Net.idl:150
@ ETHERNET
Ethernet interface.
Definition: Net.idl:148
@ WLAN
WLAN interface.
Definition: Net.idl:149
EapOuterAuthMethod
EAP outer authentication method.
Definition: Net.idl:176
@ EAP_PEAP
PEAP authentication.
Definition: Net.idl:177
@ EAP_TLS
TLS authentication.
Definition: Net.idl:178
Common base for all events.
Definition: Event.idl:13
Event that is send when common network info has changed.
Definition: Net.idl:331
CommonInfo commonInfo
Current common network info.
Definition: Net.idl:332
Common info.
Definition: Net.idl:97
PortForwardingInfo portForwarding
Port forwarding info.
Definition: Net.idl:100
RoutingInfo routing
Routing info.
Definition: Net.idl:99
DnsInfo dns
DNS info.
Definition: Net.idl:98
Common settings.
Definition: Net.idl:58
DnsSettings dns
DNS settings.
Definition: Net.idl:59
PortForwardingSettings portForwarding
Port forwarding settings.
Definition: Net.idl:61
RoutingSettings routing
Routing settings.
Definition: Net.idl:60
DNS info.
Definition: Net.idl:84
vector< string > serverAddrs
List of active domain name server addresses.
Definition: Net.idl:85
vector< string > searchSuffixes
List of active domain search suffixes.
Definition: Net.idl:86
boolean resolverPrefersIPv6
Resolver should prefer IPv6 addresses.
Definition: Net.idl:87
DNS settings.
Definition: Net.idl:40
boolean resolverPrefersIPv6
Resolver should prefer IPv6 addresses.
Definition: Net.idl:43
vector< string > serverAddrs
List of domain name servers addresses (IPv4/IPv6)
Definition: Net.idl:41
vector< string > searchSuffixes
List of domain search suffixes.
Definition: Net.idl:42
EAP authentication settings.
Definition: Net.idl:196
string authServerName
Name of the RADIUS server (used to verify cert)
Definition: Net.idl:211
string clientPrivKeyPassword
password of client private key
Definition: Net.idl:203
string clientCertChain
client certificate chain
Definition: Net.idl:200
boolean allowOffTimeRangeCerts
allow expired and not yet valid TLS certs
Definition: Net.idl:208
boolean allowNotYetValidCertsIfTimeBeforeBuild
allow not yet valid TLS certs if
Definition: Net.idl:209
EapInnerAuthMethod innerMethod
Inner authentication method.
Definition: Net.idl:205
string password
EAP password (always empty on retrieval!)
Definition: Net.idl:198
string identity
EAP identity.
Definition: Net.idl:197
boolean clearClientPrivKey
Set to true to clear the client private key.
Definition: Net.idl:202
EapOuterAuthMethod outerMethod
Outer authentication method.
Definition: Net.idl:204
boolean clearPassword
Set to true when password should be cleared.
Definition: Net.idl:199
string caCertChain
CA certificate chain.
Definition: Net.idl:206
boolean forceTrustedCert
Enforce trusted certificates.
Definition: Net.idl:207
string clientPrivKey
client private key (always empty on retrieval!)
Definition: Net.idl:201
Event that is send when ethernet interface specific network info has changed.
Definition: Net.idl:341
string ifName
Ethernet interface name.
Definition: Net.idl:342
string ifLabel
interface label
Definition: Net.idl:343
EthInfo ethInfo
Current ethernet interface specific info.
Definition: Net.idl:344
Ethernet interface info.
Definition: Net.idl:251
boolean autonegEnabled
true if auto-negotiation is enabled
Definition: Net.idl:255
EthLinkMode linkMode
Current link mode.
Definition: Net.idl:253
boolean linkModeValid
true if linkMode is valid
Definition: Net.idl:254
boolean linkDetected
true if a link is detected
Definition: Net.idl:256
vector< EthLinkMode > supportedLinkModes
Supported link modes.
Definition: Net.idl:257
EapStatus eapStatus
status of EAP authentication
Definition: Net.idl:252
Ethernet link mode.
Definition: Net.idl:236
EthDuplexMode duplexMode
Interface duplex mode.
Definition: Net.idl:238
EthSpeed speed
Interface speed.
Definition: Net.idl:237
Ethernet interface settings.
Definition: Net.idl:242
boolean lldpEnabled
true if LLDP is enabled
Definition: Net.idl:247
EapAuthSettings eap
EAP Settings for 802::1x authentication.
Definition: Net.idl:246
EthLinkMode linkMode
Link mode.
Definition: Net.idl:243
int mtu
Maximum Transfer Unit (MTU)
Definition: Net.idl:244
EthAuthType authType
Authentication type.
Definition: Net.idl:245
Network info.
Definition: Net.idl:314
CommonInfo common
Common network info.
Definition: Net.idl:315
map< string, EthInfo > ethMap
Ethernet specific interface info.
Definition: Net.idl:317
map< string, InterfaceInfo > ifMap
Common interface info.
Definition: Net.idl:316
map< string, WlanInfo > wlanMap
WLAN specific interface info.
Definition: Net.idl:318
Interface specific IPv4 info.
Definition: Net.idl:120
boolean enabled
true if IPv4 is enabled
Definition: Net.idl:121
string dhcpServerAddr
IPv4 address of DHCP server or empty.
Definition: Net.idl:124
string dhcpPreferredHostname
Preferred hostname (only used with DHCP)
Definition: Net.idl:125
IpConfigMethod configMethod
Interface configuration method.
Definition: Net.idl:122
vector< IpAddrCidr > addrsCidr
List of active IPv4 addresses with prefix length.
Definition: Net.idl:123
Interface specific IPv6 info.
Definition: Net.idl:129
IpConfigMethod configMethod
Interface configuration method.
Definition: Net.idl:131
string dhcpServerId
DHCPv6 server id or empty.
Definition: Net.idl:133
boolean raManaged
"Managed" flag set in router announcements
Definition: Net.idl:135
vector< IpAddrCidr > addrsCidr
List of active IPv6 addresses with prefix length.
Definition: Net.idl:132
string dhcpPreferredHostname
Preferred hostname (only used with DHCP)
Definition: Net.idl:134
boolean enabled
true if IPv6 is enabled
Definition: Net.idl:130
boolean raOtherConf
"OtherConf" flag set in router announcements
Definition: Net.idl:136
Event that is send when common interface specific network info has changed.
Definition: Net.idl:336
InterfaceInfo ifInfo
Current common interface specific info.
Definition: Net.idl:337
Interface specific info.
Definition: Net.idl:162
string name
Internal interface name.
Definition: Net.idl:163
InterfaceType type
Interface type.
Definition: Net.idl:165
string label
Interface label (used in user interfaces)
Definition: Net.idl:164
string macAddr
MAC address of the interface.
Definition: Net.idl:169
string controllingIfName
Controlling interface (set for bridged interfaces)
Definition: Net.idl:167
InterfaceIPv6Info ipv6
Interface specific IPv6 info.
Definition: Net.idl:172
int mtu
Maximum Transfer Unit (MTU)
Definition: Net.idl:170
InterfaceOpState state
Operational state of the interface.
Definition: Net.idl:168
InterfaceIPv4Info ipv4
Interface specific IPv4 info.
Definition: Net.idl:171
boolean enabled
The dynamic enabled state.
Definition: Net.idl:166
Interface specific IP settings.
Definition: Net.idl:111
string dhcpPreferredHostname
Preferred hostname (only used with DHCP)
Definition: Net.idl:116
boolean enabled
Controls if IPv4/IPv6 is enabled.
Definition: Net.idl:112
IpConfigMethod configMethod
Interface configuration method.
Definition: Net.idl:113
string staticDefaultGatewayAddr
Statically assigned default gateway address.
Definition: Net.idl:115
IpAddrCidr staticAddrCidr
Statically assigned IPv4/IPv6 address (CIDR)
Definition: Net.idl:114
Interface specific settings.
Definition: Net.idl:140
boolean enabled
Controls if interface is enabled.
Definition: Net.idl:141
InterfaceIpSettings ipv6
Interface specific IPv6 settings.
Definition: Net.idl:143
InterfaceIpSettings ipv4
Interface specific IPv4 settings.
Definition: Net.idl:142
IPv4/IPv6 address and prefix len.
Definition: Net.idl:14
IPv4/IPv6 route.
Definition: Net.idl:20
IP protocol specific routing settings.
Definition: Net.idl:47
vector< IpRoute > staticRoutes
List of static routes.
Definition: Net.idl:48
Event that is send when the operational state of an interface changed.
Definition: Net.idl:354
string ifLabel
interface label
Definition: Net.idl:356
InterfaceOpState ifState
Current operational interface state.
Definition: Net.idl:358
string ifName
interface name
Definition: Net.idl:355
InterfaceType ifType
interface type
Definition: Net.idl:357
Event that is send when the presence state of a downstream port forwarding expansion unit changes.
Definition: Net.idl:362
boolean expansionUnitPresent
true when an expansion unit is present
Definition: Net.idl:363
Port forwarding info.
Definition: Net.idl:71
string primaryUnitDownstreamIfName
Primary unit downstream interface (usb: any USB iface)
Definition: Net.idl:76
vector< PortForwardingPrimaryUnitAddrInfo > primaryUnitIPv6AddrInfos
Primary unit address info for IPv6.
Definition: Net.idl:79
boolean nodeIndexValid
true if nodeIndex is valid
Definition: Net.idl:73
vector< PortForwardingPrimaryUnitAddrInfo > primaryUnitIPv4AddrInfos
Primary unit address info for IPv4.
Definition: Net.idl:78
string linkLocalIPv6Address
link-local address of port forwarding interface
Definition: Net.idl:80
boolean enabled
true if port forwarding is enabled
Definition: Net.idl:72
boolean expansionUnitConnected
true if this node has an expansion unit connected
Definition: Net.idl:75
int nodeIndex
Index of the node in the port forwarding cascade.
Definition: Net.idl:74
Port forwarding primary unit address info for an interface.
Definition: Net.idl:65
string addr
IPv4/IPv6 address on the interface.
Definition: Net.idl:67
string ifName
interface name on primary unit
Definition: Net.idl:66
Mapping from application protocol id to name and transport protocol.
Definition: Net.idl:322
string transportProtoName
Transport protocol name.
Definition: Net.idl:325
string appProtoName
Application protocol name.
Definition: Net.idl:324
int appProtoId
Application protocol id.
Definition: Net.idl:323
Port forwarding settings.
Definition: Net.idl:33
boolean enabled
Controls if port forwarding is enabled.
Definition: Net.idl:34
PortForwardingRole role
The role of the node (primary unit or expansion unit)
Definition: Net.idl:35
string primaryUnitDownstreamIfName
Primary unit downstream interface (usb: any USB iface)
Definition: Net.idl:36
Routing info.
Definition: Net.idl:91
vector< IpRoute > ipv6Routes
List of active IPv6 routes.
Definition: Net.idl:93
vector< IpRoute > ipv4Routes
List of active IPv4 routes.
Definition: Net.idl:92
Routing settings.
Definition: Net.idl:52
IpRoutingSettings ipv4
IPv4 routing settings.
Definition: Net.idl:53
IpRoutingSettings ipv6
IPv6 routing settings.
Definition: Net.idl:54
Network settings.
Definition: Net.idl:306
map< string, WlanSettings > wlanMap
WLAN specific interface settings.
Definition: Net.idl:310
map< string, InterfaceSettings > ifMap
Common interface settings.
Definition: Net.idl:308
map< string, EthSettings > ethMap
Ethernet specific interface settings.
Definition: Net.idl:309
CommonSettings common
Common network settings.
Definition: Net.idl:307
Event that is send when WLAN interface specific network info has changed.
Definition: Net.idl:348
WlanInfo wlanInfo
Current WLAN interface specific info.
Definition: Net.idl:350
string ifName
WLAN interface name.
Definition: Net.idl:349
WLAN interface info.
Definition: Net.idl:297
boolean associated
true if assoiated to an access point
Definition: Net.idl:298
string ssid
SSID of the wireless network.
Definition: Net.idl:299
int channel
Channel number.
Definition: Net.idl:301
WlanChannelWidth channelWidth
Channel width (this is an id and no frequency!)
Definition: Net.idl:302
string bssid
BSSID of associated access point.
Definition: Net.idl:300
WLAN interface settings.
Definition: Net.idl:273
WlanSecProtocol secProtocol
Security protocol (WPA2)
Definition: Net.idl:278
string psk
Pre-shared key (always empty on retrieval!)
Definition: Net.idl:280
string ssid
SSID of the wireless network.
Definition: Net.idl:275
EapAuthSettings eap
EAP Settings for 802::1x authentication.
Definition: Net.idl:282
int mtu
Maximum Transfer Unit (MTU)
Definition: Net.idl:277
WlanAuthType authType
Authentication type.
Definition: Net.idl:279
string bssid
BSSID (empty for automatic AP selection)
Definition: Net.idl:276
boolean enableHT
Enable high throughput features (802::11n)
Definition: Net.idl:274
boolean clearPsk
Set to true when PSK should be cleared.
Definition: Net.idl:281