ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/wpa/dist/hostapd/eap_register.h
Revision: 9639
Committed: Sun Oct 22 18:11:47 2017 UTC (6 years, 6 months ago) by laffer1
Content type: text/plain
File size: 309 byte(s)
Log Message:
wpa supplicant/hostapd 2.0

File Contents

# Content
1 /*
2 * EAP method registration
3 * Copyright (c) 2004-2009, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8
9 #ifndef EAP_REGISTER_H
10 #define EAP_REGISTER_H
11
12 int eap_server_register_methods(void);
13
14 #endif /* EAP_REGISTER_H */