pub trait AuthenticationFixedParametersTrait: FrameTrait {
const FIXED_PARAMETERS_START: usize = 24usize;
const FIXED_PARAMETERS_END: usize = _;
// Provided methods
fn authentication_algorithm(&self) -> AuthenticationAlgorithm { ... }
fn authentication_seq(&self) -> u16 { ... }
fn status_code(&self) -> StatusCode { ... }
}