eap_otp.c File Reference

WPA Supplicant / EAP-OTP (RFC 3748). More...

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "eap_i.h"
#include "wpa_supplicant.h"
#include "config_ssid.h"

Include dependency graph for eap_otp.c:

Go to the source code of this file.

Variables

const struct eap_method eap_method_otp


Detailed Description

WPA Supplicant / EAP-OTP (RFC 3748).

Copyright
Copyright (c) 2004-2005, Jouni Malinen <[email protected]>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Alternatively, this software may be distributed under the terms of BSD license.

See README and COPYING for more details.

Definition in file eap_otp.c.


Variable Documentation

const struct eap_method eap_method_otp
 

Initial value:

{
        .method = EAP_TYPE_OTP,
        .name = "OTP",
        .init = eap_otp_init,
        .deinit = eap_otp_deinit,
        .process = eap_otp_process,
}

Definition at line 105 of file eap_otp.c.


Generated on Sat May 6 21:15:33 2006 for wpa_supplicant by  doxygen 1.4.2