![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Include dependency graph for types.c: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. | |
| char const * | eap_type2name (eap_type_t method) |
| Return an EAP-name for a particular type. | |
| 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.
Here is the call graph for this function:
Here is the caller graph for this function:| char const * eap_type2name | ( | eap_type_t | method | ) |
1.9.8