hostapd / EAP-PSK (RFC 4764) server More...
#include "includes.h"
#include "common.h"
#include "eap_server/eap_i.h"
#include "aes_wrap.h"
#include "eap_common/eap_psk_common.h"
Go to the source code of this file.
Data Structures | |
struct | eap_psk_data |
Functions | |
int | eap_server_psk_register (void) |
hostapd / EAP-PSK (RFC 4764) server
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.