Function radius::core::rfc2869::lookup_arap_password[][src]

pub fn lookup_arap_password(packet: &Packet) -> Option<Vec<u8>>
Expand description

Lookup a arap_password fixed-length octets value from a packet.

It returns the first looked up value. If there is no associated value with arap_password, it returns None.