The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
EAP type resolution. More...
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | eap_packet_raw_t |
Structure to represent packet format of eap on wire More... | |
struct | eap_type_data_t |
EAP-Type specific data. More... | |
Macros | |
#define | EAP_HEADER_LEN 4 |
#define | FR_EAP_EXPANDED_TYPE (254) |
Typedefs | |
typedef enum eap_code | eap_code_t |
typedef enum eap_type | eap_type_t |
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 resolution.
Header file containing the interfaces for all EAP types.
Definition in file types.h.
struct eap_packet_raw_t |
struct eap_type_data_t |
Data Fields | ||
---|---|---|
uint8_t * | data | |
size_t | length | |
eap_type_t | num |
typedef enum eap_code eap_code_t |
typedef enum eap_type eap_type_t |
enum eap_code |
enum eap_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.
char const* eap_type2name | ( | eap_type_t | method | ) |