#include "includes.h"
#include "common.h"
#include "eap_i.h"
Go to the source code of this file.
Classes | |
struct | eap_gtc_data |
Functions | |
static void | eap_gtc_deinit (struct eap_sm *sm, void *priv) |
static void * | eap_gtc_init (struct eap_sm *sm) |
static struct wpabuf * | eap_gtc_process (struct eap_sm *sm, void *priv, struct eap_method_ret *ret, const struct wpabuf *reqData) |
int | eap_peer_gtc_register (void) |
static void eap_gtc_deinit | ( | struct eap_sm * | sm, | |
void * | priv | |||
) | [static] |
static struct wpabuf* eap_gtc_process | ( | struct eap_sm * | sm, | |
void * | priv, | |||
struct eap_method_ret * | ret, | |||
const struct wpabuf * | reqData | |||
) | [static, read] |