- public uint64 cipher_suite { get; }
The set of cryptographic algorithms in use.
- public uint8 encoding_sa { get; }
The value of the Association Number (0.
- public bool encrypt { get; }
Whether encryption of transmitted frames is enabled.
- public bool es { get; }
Whether the ES (End station) bit is enabled in SecTAG for transmitted
frames.
- public uint8 icv_length { get; }
The length of ICV (Integrity Check Value).
- public bool include_sci { get; }
Whether the SCI is always included in SecTAG for transmitted frames.
- public Device parent { get; }
The devices's parent device.
- public bool protect { get; }
Whether protection of transmitted frames is enabled.
- public bool replay_protect { get; }
Whether replay protection is enabled.
- public bool scb { get; }
Whether the SCB (Single Copy Broadcast) bit is enabled in SecTAG for
transmitted frames.
- public uint64 sci { get; }
The Secure Channel Identifier in use.
- public string validation { get; }
The validation mode for incoming packets (strict, check, disabled).
- public uint window { get; }
The size of the replay window.
- public uint64 get_cipher_suite ()
Gets the set of cryptographic algorithms in use
- public uint8 get_encoding_sa ()
Gets the value of the Association Number (0.
- public bool get_encrypt ()
Gets whether encryption of transmitted frames is enabled
- public bool get_es ()
Gets whether the ES (End station) bit is enabled in SecTAG for
transmitted frames
- public uint8 get_icv_length ()
Gets the length of ICV (Integrity Check Value)
- public bool get_include_sci ()
Gets whether the SCI is always included in SecTAG for transmitted
frames
- public unowned Device get_parent ()
- public bool get_protect ()
Gets whether protection of transmitted frames is enabled
- public bool get_replay_protect ()
Gets whether replay protection is enabled
- public bool get_scb ()
Gets whether the SCB (Single Copy Broadcast) bit is enabled in SecTAG
for transmitted frames
- public uint64 get_sci ()
Gets the Secure Channel Identifier in use
- public unowned string get_validation ()
Gets the validation mode for incoming packets (strict, check, disabled
)
- public uint get_window ()
Gets the size of the replay window