#include "includes.h"
#include "hostapd.h"
#include "eap_i.h"
#include "eap_methods.h"
Include dependency graph for eap_methods.c:

Go to the source code of this file.
Functions | |
| const struct eap_method * | eap_sm_get_eap_methods (int vendor, EapType method) |
| Get EAP method based on type number. | |
| EapType | eap_get_type (const char *name, int *vendor) |
| Get EAP type for the given EAP method name. | |
| eap_method * | eap_server_method_alloc (int version, int vendor, EapType method, const char *name) |
| Allocate EAP server method structure. | |
| void | eap_server_method_free (struct eap_method *method) |
| Free EAP server method structure. | |
| int | eap_server_method_register (struct eap_method *method) |
| Register an EAP server method. | |
| int | eap_server_register_methods (void) |
| Register statically linked EAP server methods. | |
| void | eap_server_unregister_methods (void) |
| Unregister EAP server methods. | |
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file eap_methods.c.
|
||||||||||||
|
Get EAP type for the given EAP method name.
Definition at line 54 of file eap_methods.c. |
|
||||||||||||||||||||
|
Allocate EAP server method structure.
Definition at line 81 of file eap_methods.c. |
|
|
Free EAP server method structure.
Definition at line 101 of file eap_methods.c. |
|
|
Register an EAP server method.
Definition at line 117 of file eap_methods.c. |
|
|
Register statically linked EAP server methods.
Definition at line 150 of file eap_methods.c. |
|
|
Unregister EAP server methods. This function is called at program termination to unregister all EAP server methods. Definition at line 268 of file eap_methods.c. Here is the call graph for this function: ![]() |
|
||||||||||||
|
Get EAP method based on type number.
Definition at line 33 of file eap_methods.c. |
1.4.2