#include "eap.h"
Include dependency graph for eap_i.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EAP_SERVER_METHOD_INTERFACE_VERSION 1 |
Functions | |
| int | eap_user_get (struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) |
| Fetch user information from the database. | |
| void | eap_sm_process_nak (struct eap_sm *sm, u8 *nak_list, size_t len) |
| Process EAP-Response/Nak. | |
| const u8 * | eap_hdr_validate (int vendor, EapType eap_type, const u8 *msg, size_t msglen, size_t *plen) |
| Validate EAP header. | |
| eap_hdr * | eap_msg_alloc (int vendor, EapType type, size_t *len, size_t payload_len, u8 code, u8 identifier, u8 **payload) |
| Allocate a buffer for an EAP message. | |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_i.h.
|
||||||||||||||||||||||||
|
Validate EAP header.
Definition at line 1048 of file eap.c. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||||||||||
|
Allocate a buffer for an EAP message.
|
|
||||||||||||||||
|
Process EAP-Response/Nak.
Definition at line 714 of file eap.c. Here is the call graph for this function: ![]() |
|
||||||||||||||||||||
|
Fetch user information from the database.
|
1.4.2