The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Go to the source code of this file.
Functions | |
eap_type_t | eap_name2type (char const *name) |
Return an EAP-Type for a particular name. More... | |
char const * | eap_type2name (eap_type_t method) |
Return an EAP-name for a particular type. More... | |
eap_type_t eap_name2type | ( | char const * | name | ) |
Return an EAP-Type for a particular name.
Converts a name into an IANA EAP type.
name | to convert. |
Definition at line 38 of file types.c.
char const* eap_type2name | ( | eap_type_t | method | ) |