Top |
#define | NM_DEVICE_MACSEC_PARENT |
#define | NM_DEVICE_MACSEC_HW_ADDRESS |
#define | NM_DEVICE_MACSEC_SCI |
#define | NM_DEVICE_MACSEC_ICV_LENGTH |
#define | NM_DEVICE_MACSEC_CIPHER_SUITE |
#define | NM_DEVICE_MACSEC_WINDOW |
#define | NM_DEVICE_MACSEC_ENCODING_SA |
#define | NM_DEVICE_MACSEC_VALIDATION |
#define | NM_DEVICE_MACSEC_ENCRYPT |
#define | NM_DEVICE_MACSEC_PROTECT |
#define | NM_DEVICE_MACSEC_INCLUDE_SCI |
#define | NM_DEVICE_MACSEC_ES |
#define | NM_DEVICE_MACSEC_SCB |
#define | NM_DEVICE_MACSEC_REPLAY_PROTECT |
NMDevice *
nm_device_macsec_get_parent (NMDeviceMacsec *device
);
Since: 1.6
4
NM_DEPRECATED_IN_1_24_FOR ();
NM_DEPRECATED_IN_1_24_FOR
is deprecated and should not be used in newly-written code.
guint64
nm_device_macsec_get_sci (NMDeviceMacsec *device
);
Gets the Secure Channel Identifier in use
Since: 1.6
guint8
nm_device_macsec_get_icv_length (NMDeviceMacsec *device
);
Gets the length of ICV (Integrity Check Value)
Since: 1.6
guint64
nm_device_macsec_get_cipher_suite (NMDeviceMacsec *device
);
Gets the set of cryptographic algorithms in use
Since: 1.6
guint
nm_device_macsec_get_window (NMDeviceMacsec *device
);
Gets the size of the replay window
Since: 1.6
guint8
nm_device_macsec_get_encoding_sa (NMDeviceMacsec *device
);
Gets the value of the Association Number (0..3) for the Security Association in use.
Since: 1.6
const char *
nm_device_macsec_get_validation (NMDeviceMacsec *device
);
Gets the validation mode for incoming packets (strict, check, disabled)
Since: 1.6
gboolean
nm_device_macsec_get_encrypt (NMDeviceMacsec *device
);
Gets whether encryption of transmitted frames is enabled
Since: 1.6
gboolean
nm_device_macsec_get_protect (NMDeviceMacsec *device
);
Gets whether protection of transmitted frames is enabled
Since: 1.6
gboolean
nm_device_macsec_get_include_sci (NMDeviceMacsec *device
);
Gets whether the SCI is always included in SecTAG for transmitted frames
Since: 1.6
gboolean
nm_device_macsec_get_es (NMDeviceMacsec *device
);
Gets whether the ES (End station) bit is enabled in SecTAG for transmitted frames
Since: 1.6
gboolean
nm_device_macsec_get_scb (NMDeviceMacsec *device
);
Gets whether the SCB (Single Copy Broadcast) bit is enabled in SecTAG for transmitted frames
Since: 1.6
gboolean
nm_device_macsec_get_replay_protect (NMDeviceMacsec *device
);
Gets whether replay protection is enabled
Since: 1.6