Module radius::core::rfc4072[][src]

Utility for rfc4072 packet.

This module handles the packet according to the following definition:

//! # -*- text -*-
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
# Version $Id$
#
#	Attributes and values defined in RFC 4072
#	http://www.ietf.org/rfc/rfc4072.txt
#
#	$Id$
#

ATTRIBUTE	EAP-Key-Name				102	octets

Constants

EAP_KEY_NAME_TYPE

Functions

add_eap_key_name

Add eap_key_name octets value to a packet.

delete_eap_key_name

Delete all of eap_key_name values from a packet.

lookup_all_eap_key_name

Lookup all of the eap_key_name octets value from a packet.

lookup_eap_key_name

Lookup a eap_key_name octets value from a packet.