From e152ec7bf4ba252ff9d3eb13eabd417b931dac9a Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Mon, 24 Sep 2018 09:29:55 +0100 Subject: Import Upstream version 1.12.2 --- docs/libnm/html/NMDeviceMacsec.html | 104 ++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'docs/libnm/html/NMDeviceMacsec.html') diff --git a/docs/libnm/html/NMDeviceMacsec.html b/docs/libnm/html/NMDeviceMacsec.html index 1075e32d..934c49ee 100644 --- a/docs/libnm/html/NMDeviceMacsec.html +++ b/docs/libnm/html/NMDeviceMacsec.html @@ -8,7 +8,7 @@ - + @@ -59,7 +59,7 @@ -guint64 +guint64 nm_device_macsec_get_sci () @@ -67,7 +67,7 @@ -guint8 +guint8 nm_device_macsec_get_icv_length () @@ -75,7 +75,7 @@ -guint64 +guint64 nm_device_macsec_get_cipher_suite () @@ -83,7 +83,7 @@ -guint +guint nm_device_macsec_get_window () @@ -91,7 +91,7 @@ -guint8 +guint8 nm_device_macsec_get_encoding_sa () @@ -106,7 +106,7 @@ -gboolean +gboolean nm_device_macsec_get_encrypt () @@ -114,7 +114,7 @@ -gboolean +gboolean nm_device_macsec_get_protect () @@ -122,7 +122,7 @@ -gboolean +gboolean nm_device_macsec_get_include_sci () @@ -130,7 +130,7 @@ -gboolean +gboolean nm_device_macsec_get_es () @@ -138,7 +138,7 @@ -gboolean +gboolean nm_device_macsec_get_scb () @@ -146,7 +146,7 @@ -gboolean +gboolean nm_device_macsec_get_replay_protect () @@ -165,38 +165,38 @@ -guint64 +guint64 cipher-suite Read -guchar +guchar encoding-sa Read -gboolean +gboolean encrypt Read -gboolean +gboolean es Read -gchar * +gchar * hw-address Read -guchar +guchar icv-length Read -gboolean +gboolean include-sci Read @@ -207,33 +207,33 @@ Read -gboolean +gboolean protect Read -gboolean +gboolean replay-protect Read -gboolean +gboolean scb Read -guint64 +guint64 sci Read -gchar * +gchar * validation Read -guint +guint window Read @@ -313,7 +313,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── NMObject
         ╰── NMDevice
             ╰── NMDeviceMacsec
@@ -323,7 +323,7 @@
 

Implemented Interfaces

NMDeviceMacsec implements - GInitable and GAsyncInitable.

+ GInitable and GAsyncInitable.

Description

@@ -387,7 +387,7 @@ device, and must not be modified.


nm_device_macsec_get_sci ()

-
guint64
+
guint64
 nm_device_macsec_get_sci (NMDeviceMacsec *device);

Gets the Secure Channel Identifier in use

@@ -414,7 +414,7 @@ nm_device_macsec_get_sci (

nm_device_macsec_get_icv_length ()

-
guint8
+
guint8
 nm_device_macsec_get_icv_length (NMDeviceMacsec *device);

Gets the length of ICV (Integrity Check Value)

@@ -441,7 +441,7 @@ nm_device_macsec_get_icv_length (

nm_device_macsec_get_cipher_suite ()

-
guint64
+
guint64
 nm_device_macsec_get_cipher_suite (NMDeviceMacsec *device);

Gets the set of cryptographic algorithms in use

@@ -468,7 +468,7 @@ nm_device_macsec_get_cipher_suite (

nm_device_macsec_get_window ()

-
guint
+
guint
 nm_device_macsec_get_window (NMDeviceMacsec *device);

Gets the size of the replay window

@@ -495,7 +495,7 @@ nm_device_macsec_get_window (

nm_device_macsec_get_encoding_sa ()

-
guint8
+
guint8
 nm_device_macsec_get_encoding_sa (NMDeviceMacsec *device);

Gets the value of the Association Number (0..3) for the Security Association in use.

@@ -551,7 +551,7 @@ disabled)


nm_device_macsec_get_encrypt ()

-
gboolean
+
gboolean
 nm_device_macsec_get_encrypt (NMDeviceMacsec *device);

Gets whether encryption of transmitted frames is enabled

@@ -578,7 +578,7 @@ nm_device_macsec_get_encrypt (

nm_device_macsec_get_protect ()

-
gboolean
+
gboolean
 nm_device_macsec_get_protect (NMDeviceMacsec *device);

Gets whether protection of transmitted frames is enabled

@@ -605,7 +605,7 @@ nm_device_macsec_get_protect (

nm_device_macsec_get_include_sci ()

-
gboolean
+
gboolean
 nm_device_macsec_get_include_sci (NMDeviceMacsec *device);

Gets whether the SCI is always included in SecTAG for transmitted frames

@@ -633,7 +633,7 @@ frames


nm_device_macsec_get_es ()

-
gboolean
+
gboolean
 nm_device_macsec_get_es (NMDeviceMacsec *device);

Gets whether the ES (End station) bit is enabled in SecTAG for transmitted frames

@@ -661,7 +661,7 @@ transmitted frames


nm_device_macsec_get_scb ()

-
gboolean
+
gboolean
 nm_device_macsec_get_scb (NMDeviceMacsec *device);

Gets whether the SCB (Single Copy Broadcast) bit is enabled in SecTAG for transmitted frames

@@ -689,7 +689,7 @@ SecTAG for transmitted frames


nm_device_macsec_get_replay_protect ()

-
gboolean
+
gboolean
 nm_device_macsec_get_replay_protect (NMDeviceMacsec *device);

Gets whether replay protection is enabled

@@ -809,7 +809,7 @@ nm_device_macsec_get_replay_protect (

Property Details

The “cipher-suite” property

-
  “cipher-suite”             guint64
+
  “cipher-suite”             guint64

The set of cryptographic algorithms in use.

Flags: Read

Default value: 0

@@ -818,7 +818,7 @@ nm_device_macsec_get_replay_protect (

The “encoding-sa” property

-
  “encoding-sa”              guchar
+
  “encoding-sa”              guchar

The value of the Association Number (0..3) for the Security Association in use.

Flags: Read

@@ -828,7 +828,7 @@ Association in use.


The “encrypt” property

-
  “encrypt”                  gboolean
+
  “encrypt”                  gboolean

Whether encryption of transmitted frames is enabled.

Flags: Read

Default value: FALSE

@@ -837,7 +837,7 @@ Association in use.


The “es” property

-
  “es”                       gboolean
+
  “es”                       gboolean

Whether the ES (End station) bit is enabled in SecTAG for transmitted frames.

Flags: Read

@@ -847,7 +847,7 @@ transmitted frames.


The “hw-address” property

-
  “hw-address”               gchar *
+
  “hw-address”               gchar *

The hardware (MAC) address of the device.

Flags: Read

Default value: NULL

@@ -856,7 +856,7 @@ transmitted frames.


The “icv-length” property

-
  “icv-length”               guchar
+
  “icv-length”               guchar

The length of ICV (Integrity Check Value).

Flags: Read

Default value: 0

@@ -865,7 +865,7 @@ transmitted frames.


The “include-sci” property

-
  “include-sci”              gboolean
+
  “include-sci”              gboolean

Whether the SCI is always included in SecTAG for transmitted frames.

Flags: Read

@@ -883,7 +883,7 @@ frames.


The “protect” property

-
  “protect”                  gboolean
+
  “protect”                  gboolean

Whether protection of transmitted frames is enabled.

Flags: Read

Default value: FALSE

@@ -892,7 +892,7 @@ frames.


The “replay-protect” property

-
  “replay-protect”           gboolean
+
  “replay-protect”           gboolean

Whether replay protection is enabled.

Flags: Read

Default value: FALSE

@@ -901,7 +901,7 @@ frames.


The “scb” property

-
  “scb”                      gboolean
+
  “scb”                      gboolean

Whether the SCB (Single Copy Broadcast) bit is enabled in SecTAG for transmitted frames.

Flags: Read

@@ -911,7 +911,7 @@ SecTAG for transmitted frames.


The “sci” property

-
  “sci”                      guint64
+
  “sci”                      guint64

The Secure Channel Identifier in use.

Flags: Read

Default value: 0

@@ -920,7 +920,7 @@ SecTAG for transmitted frames.


The “validation” property

-
  “validation”               gchar *
+
  “validation”               gchar *

The validation mode for incoming packets (strict, check, disabled).

Flags: Read

@@ -930,7 +930,7 @@ disabled).


The “window” property

-
  “window”                   guint
+
  “window”                   guint

The size of the replay window.

Flags: Read

Default value: 0

@@ -939,6 +939,6 @@ disabled).

+
Generated by GTK-Doc V1.28
\ No newline at end of file -- cgit 1.3.0-6-gf8a5