From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMDeviceMacsec.html | 236 +++++++++++++++++++++++++++++++++++- 1 file changed, 235 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceMacsec.html') diff --git a/docs/libnm/html/NMDeviceMacsec.html b/docs/libnm/html/NMDeviceMacsec.html index b5bc353a..a310cda5 100644 --- a/docs/libnm/html/NMDeviceMacsec.html +++ b/docs/libnm/html/NMDeviceMacsec.html @@ -15,7 +15,9 @@ @@ -154,6 +156,85 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
guint64cipher-suiteRead
gucharencoding-saRead
gbooleanencryptRead
gbooleanesRead
gucharicv-lengthRead
gbooleaninclude-sciRead
+NMDevice *parentRead
gbooleanprotectRead
gbooleanreplay-protectRead
gbooleanscbRead
guint64sciRead
+char *validationRead
guintwindowRead
+
+

Types and Values

@@ -217,10 +298,22 @@ + + + +
#define NM_DEVICE_MACSEC_REPLAY_PROTECT
 NMDeviceMacsec
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceMacsec
+
+
+

Description

@@ -673,6 +766,147 @@ nm_device_macsec_get_replay_protect (#define NM_DEVICE_MACSEC_REPLAY_PROTECT "replay-protect"
+
+
+

NMDeviceMacsec

+
typedef struct _NMDeviceMacsec NMDeviceMacsec;
+
+ +
+

Property Details

+
+

The “cipher-suite” property

+
  “cipher-suite”             guint64
+

The set of cryptographic algorithms in use.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: 0

+

Since: 1.6

+
+
+
+

The “encoding-sa” property

+
  “encoding-sa”              guchar
+

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

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: 0

+

Since: 1.6

+
+
+
+

The “encrypt” property

+
  “encrypt”                  gboolean
+

Whether encryption of transmitted frames is enabled.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “es” property

+
  “es”                       gboolean
+

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

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “icv-length” property

+
  “icv-length”               guchar
+

The length of ICV (Integrity Check Value).

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: 0

+

Since: 1.6

+
+
+
+

The “include-sci” property

+
  “include-sci”              gboolean
+

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

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “parent” property

+
  “parent”                   NMDevice *
+

The devices's parent device.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Since: 1.6

+
+
+
+

The “protect” property

+
  “protect”                  gboolean
+

Whether protection of transmitted frames is enabled.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “replay-protect” property

+
  “replay-protect”           gboolean
+

Whether replay protection is enabled.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “scb” property

+
  “scb”                      gboolean
+

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

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: FALSE

+

Since: 1.6

+
+
+
+

The “sci” property

+
  “sci”                      guint64
+

The Secure Channel Identifier in use.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: 0

+

Since: 1.6

+
+
+
+

The “validation” property

+
  “validation”               char *
+

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

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: NULL

+

Since: 1.6

+
+
+
+

The “window” property

+
  “window”                   guint
+

The size of the replay window.

+

Owner: NMDeviceMacsec

+

Flags: Read

+

Default value: 0

+

Since: 1.6

+