pub fn build_response_with_auth(
packet: RadiusPacket,
request_authenticator: [u8; 16],
secret: &str,
) -> RadiusPacket
Expand description
Builds a RADIUS response packet with the proper Response Authenticator.
pub fn build_response_with_auth(
packet: RadiusPacket,
request_authenticator: [u8; 16],
secret: &str,
) -> RadiusPacket
Builds a RADIUS response packet with the proper Response Authenticator.