Function radius::core::rfc4072::lookup_eap_key_name[][src]

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

Lookup a eap_key_name octets value from a packet.

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