xref: /aosp_15_r20/external/wpa_supplicant_8/hostapd/eap_register.h (revision 03f9172ca588f91df233974f4258bab95191f931)
1 /*
2  * EAP method registration
3  * Copyright (c) 2004-2009, Jouni Malinen <[email protected]>
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 */
15