From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Types and Values
NM_SETTING_MACSEC_SETTING_NAME
-#define NM_SETTING_MACSEC_SETTING_NAME "macsec"
+
#define NM_SETTING_MACSEC_SETTING_NAME "macsec"
NM_SETTING_MACSEC_PARENT
-#define NM_SETTING_MACSEC_PARENT "parent"
+
#define NM_SETTING_MACSEC_PARENT "parent"
NM_SETTING_MACSEC_MODE
-#define NM_SETTING_MACSEC_MODE "mode"
+
#define NM_SETTING_MACSEC_MODE "mode"
NM_SETTING_MACSEC_ENCRYPT
-#define NM_SETTING_MACSEC_ENCRYPT "encrypt"
+
#define NM_SETTING_MACSEC_ENCRYPT "encrypt"
NM_SETTING_MACSEC_MKA_CAK
-#define NM_SETTING_MACSEC_MKA_CAK "mka-cak"
+
#define NM_SETTING_MACSEC_MKA_CAK "mka-cak"
NM_SETTING_MACSEC_MKA_CAK_FLAGS
-#define NM_SETTING_MACSEC_MKA_CAK_FLAGS "mka-cak-flags"
+
#define NM_SETTING_MACSEC_MKA_CAK_FLAGS "mka-cak-flags"
NM_SETTING_MACSEC_MKA_CKN
-#define NM_SETTING_MACSEC_MKA_CKN "mka-ckn"
+
#define NM_SETTING_MACSEC_MKA_CKN "mka-ckn"
NM_SETTING_MACSEC_PORT
-#define NM_SETTING_MACSEC_PORT "port"
+
#define NM_SETTING_MACSEC_PORT "port"
NM_SETTING_MACSEC_VALIDATION
-#define NM_SETTING_MACSEC_VALIDATION "validation"
+
#define NM_SETTING_MACSEC_VALIDATION "validation"
NM_SETTING_MACSEC_SEND_SCI
-#define NM_SETTING_MACSEC_SEND_SCI "send-sci"
+
#define NM_SETTING_MACSEC_SEND_SCI "send-sci"
@@ -661,13 +661,13 @@ verify frames are dropped
#define NM_SETTING_MACSEC_MKA_CAK_LENGTH 32 +#define NM_SETTING_MACSEC_MKA_CAK_LENGTH 32
#define NM_SETTING_MACSEC_MKA_CKN_LENGTH 64 +#define NM_SETTING_MACSEC_MKA_CKN_LENGTH 64
void
Returns
the new empty NMSettingMacsec object.
-[transfer full]
+[transfer full]
Since: 1.6
@@ -685,7 +685,7 @@ verify frames are dropped
The “mka-cak” property
- “mka-cak” gchar *
+ “mka-cak” char *
The pre-shared CAK (Connectivity Association Key) for MACsec
Key Agreement.
Owner: NMSettingMacsec
@@ -706,7 +706,7 @@ property.
The “mka-ckn” property
- “mka-ckn” gchar *
+ “mka-ckn” char *
The pre-shared CKN (Connectivity-association Key Name) for
MACsec Key Agreement.
Owner: NMSettingMacsec
@@ -717,7 +717,7 @@ MACsec Key Agreement.
The “mode” property
- “mode” gint
+ “mode” int
Specifies how the CAK (Connectivity Association Key) for MKA (MACsec Key
Agreement) is obtained.
Owner: NMSettingMacsec
@@ -728,7 +728,7 @@ Agreement) is obtained.
The “parent” property
- “parent” gchar *
+ “parent” char *
If given, specifies the parent interface name or parent connection UUID
from which this MACSEC interface should be created. If this property is
not specified, the connection must contain an NMSettingWired setting
@@ -741,7 +741,7 @@ with a
The “port” property
- “port” gint
+ “port” int
The port component of the SCI (Secure Channel Identifier), between 1 and 65534.
Owner: NMSettingMacsec
Flags: Read / Write
@@ -763,7 +763,7 @@ in every packet.
The “validation” property
- “validation” gint
+ “validation” int
Specifies the validation mode for incoming frames.
Owner: NMSettingMacsec
Flags: Read / Write
@@ -773,6 +773,6 @@ in every packet.
+
Generated by GTK-Doc V1.33.1