eap_psk.c File Reference

WPA Supplicant / EAP-PSK (draft-bersani-eap-psk-09.txt). 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 "md5.h"
#include "aes_wrap.h"
#include "eap_psk_common.h"

Include dependency graph for eap_psk.c:

Go to the source code of this file.

Variables

const struct eap_method eap_method_psk


Detailed Description

WPA Supplicant / EAP-PSK (draft-bersani-eap-psk-09.txt).

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.

Note: EAP-PSK is an EAP authentication method and as such, completely different from WPA-PSK. This file is not needed for WPA-PSK functionality.

Definition in file eap_psk.c.


Variable Documentation

const struct eap_method eap_method_psk
 

Initial value:

{
        .method = EAP_TYPE_PSK,
        .name = "PSK",
        .init = eap_psk_init,
        .deinit = eap_psk_deinit,
        .process = eap_psk_process,
        .isKeyAvailable = eap_psk_isKeyAvailable,
        .getKey = eap_psk_getKey,
}

Definition at line 431 of file eap_psk.c.


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