Function radius::core::rfc6677::lookup_eap_lower_layer[][src]

pub fn lookup_eap_lower_layer(
    packet: &Packet
) -> Option<Result<EapLowerLayer, AVPError>>
Expand description

Lookup a eap_lower_layer value-defined integer value from a packet.

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