From bba2e4b4de668db525cbfdfc35292e5a0b51671a Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 22 Feb 2024 17:21:11 +0100 Subject: New upstream version 1.46.0 --- docs/libnm/html/NMSettingMacsec.html | 95 ++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) (limited to 'docs/libnm/html/NMSettingMacsec.html') diff --git a/docs/libnm/html/NMSettingMacsec.html b/docs/libnm/html/NMSettingMacsec.html index 87ab2340..4bb383d3 100644 --- a/docs/libnm/html/NMSettingMacsec.html +++ b/docs/libnm/html/NMSettingMacsec.html @@ -117,6 +117,14 @@ nm_setting_macsec_get_send_sci () + + +NMSettingMacsecOffload + + +nm_setting_macsec_get_offload () + + @@ -169,6 +177,10 @@ NM_SETTING_MACSEC_SEND_SCI +#define +NM_SETTING_MACSEC_OFFLOAD + + enum NMSettingMacsecMode @@ -184,6 +196,10 @@ #define NM_SETTING_MACSEC_MKA_CKN_LENGTH + +enum +NMSettingMacsecOffload + @@ -191,6 +207,7 @@

Object Hierarchy

    GEnum
     ├── NMSettingMacsecMode
+    ├── NMSettingMacsecOffload
     ╰── NMSettingMacsecValidation
 
@@ -447,6 +464,32 @@ nm_setting_macsec_get_send_sci (

Since: 1.12

+
+
+

nm_setting_macsec_get_offload ()

+
NMSettingMacsecOffload
+nm_setting_macsec_get_offload (NMSettingMacsec *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingMacsec

 
+
+
+

Returns

+

the “offload” property of the setting

+
+

Since: 1.46

+

Types and Values

@@ -511,6 +554,12 @@ nm_setting_macsec_get_send_sci (
+

NM_SETTING_MACSEC_OFFLOAD

+
#define NM_SETTING_MACSEC_OFFLOAD       "offload"
+
+
+
+

enum NMSettingMacsecMode

NMSettingMacsecMode controls how the CAK (Connectivity Association Key) used in MKA (MACsec Key Agreement) is obtained.

@@ -596,6 +645,52 @@ verify frames are dropped

#define NM_SETTING_MACSEC_MKA_CKN_LENGTH 64
 
+
+
+

enum NMSettingMacsecOffload

+

These flags control the MACsec offload mode.

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

NM_SETTING_MACSEC_OFFLOAD_DEFAULT

+

use the global default; disable if not defined

+
 

NM_SETTING_MACSEC_OFFLOAD_OFF

+

disable offload

+
 

NM_SETTING_MACSEC_OFFLOAD_PHY

+

request offload to the PHY

+
 

NM_SETTING_MACSEC_OFFLOAD_MAC

+

request offload to the MAC

+
 
+
+

Since: 1.46

+