#include "includes.h"
#include "common.h"
#include "eap_peer/eap_methods.h"
#include "eap_server/eap_methods.h"
Go to the source code of this file.
Functions | |
int | eap_register_methods (void) |
int eap_register_methods | ( | void | ) |
eap_register_methods - Register statically linked EAP methods Returns: 0 on success, -1 or -2 on failure
This function is called at program initialization to register all EAP methods that were linked in statically.
Definition at line 29 of file eap_register.c.