]> git.ipfire.org Git - thirdparty/hostap.git/blame - hostapd/eap_register.h
DPP: Add ASN.1 support into build
[thirdparty/hostap.git] / hostapd / eap_register.h
CommitLineData
a4f21109
JM
1/*
2 * EAP method registration
3 * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi>
4 *
0f3d578e
JM
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
a4f21109
JM
7 */
8
9#ifndef EAP_REGISTER_H
10#define EAP_REGISTER_H
11
12int eap_server_register_methods(void);
13
14#endif /* EAP_REGISTER_H */