xref: /freebsd/contrib/wpa/src/ap/authsrv.h (revision 0bfd163f522701b486e066fa2e56624c02f5081a)
1e28a4053SRui Paulo /*
2e28a4053SRui Paulo  * Authentication server setup
3e28a4053SRui Paulo  * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4e28a4053SRui Paulo  *
5*f05cddf9SRui Paulo  * This software may be distributed under the terms of the BSD license.
6*f05cddf9SRui Paulo  * See README for more details.
7e28a4053SRui Paulo  */
8e28a4053SRui Paulo 
9e28a4053SRui Paulo #ifndef AUTHSRV_H
10e28a4053SRui Paulo #define AUTHSRV_H
11e28a4053SRui Paulo 
12e28a4053SRui Paulo int authsrv_init(struct hostapd_data *hapd);
13e28a4053SRui Paulo void authsrv_deinit(struct hostapd_data *hapd);
14e28a4053SRui Paulo 
15e28a4053SRui Paulo #endif /* AUTHSRV_H */
16