Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Macsec.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.Device.Macsec">
0004 
0005     <!--
0006         Parent:
0007 
0008         The object path of the parent device.
0009     -->
0010     <property name="Parent" type="o" access="read"/>
0011 
0012     <!--
0013         Sci:
0014 
0015         The Secure Channel Identifier in use.
0016     -->
0017     <property name="Sci" type="t" access="read"/>
0018 
0019     <!--
0020         IcvLength:
0021 
0022         The length of ICV (Integrity Check Value).
0023     -->
0024     <property name="IcvLength" type="y" access="read"/>
0025 
0026     <!--
0027         CipherSuite:
0028 
0029         The set of cryptographic algorithms in use
0030         (e.g. 0x0080020001000001 for GCM-AES-128).
0031     -->
0032     <property name="CipherSuite" type="t" access="read"/>
0033 
0034     <!--
0035         Window:
0036 
0037         The size of the replay window.
0038     -->
0039     <property name="Window" type="u" access="read"/>
0040 
0041     <!--
0042         EncodingSa:
0043 
0044         The value of the Association Number (0..3) for the Security
0045         Association in use.
0046     -->
0047     <property name="EncodingSa" type="y" access="read"/>
0048 
0049     <!--
0050         Validation:
0051 
0052         The validation mode for incoming packets (strict, check,
0053         disabled).
0054     -->
0055     <property name="Validation" type="s" access="read"/>
0056 
0057     <!--
0058         Encrypt:
0059 
0060         Whether encryption of transmitted frames is enabled.
0061     -->
0062     <property name="Encrypt" type="b" access="read"/>
0063 
0064     <!--
0065         Protect:
0066 
0067         Whether protection of transmitted frames is enabled.
0068     -->
0069     <property name="Protect" type="b" access="read"/>
0070 
0071     <!--
0072         IncludeSci:
0073 
0074         Whether the SCI is always included in SecTAG for transmitted
0075         frames.
0076 
0077     -->
0078     <property name="IncludeSci" type="b" access="read"/>
0079 
0080     <!--
0081         Es:
0082 
0083         Whether the ES (End station) bit is enabled in SecTAG for
0084         transmitted frames.
0085     -->
0086     <property name="Es" type="b" access="read"/>
0087 
0088     <!--
0089         Scb:
0090 
0091         Whether the SCB (Single Copy Broadcast) bit is enabled in
0092         SecTAG for transmitted frames.
0093     -->
0094     <property name="Scb" type="b" access="read"/>
0095 
0096     <!--
0097         ReplayProtect:
0098 
0099         Whether replay protection is enabled.
0100     -->
0101     <property name="ReplayProtect" type="b" access="read"/>
0102 
0103     <!--
0104         PropertiesChanged:
0105         @properties: A dictionary mapping property names to variant boxed values
0106 
0107         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0108     -->
0109     <signal name="PropertiesChanged">
0110       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0111       <arg name="properties" type="a{sv}" direction="In"/>
0112     </signal>
0113   </interface>
0114 </node>