Function radius::core::rfc5904::lookup_pkm_auth_key[][src]

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

Lookup a pkm_auth_key octets value from a packet.

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