xref: /dflybsd-src/contrib/wpa_supplicant/src/ap/authsrv.h (revision bcf9aa4feb4a2fdf8ceac276d271a57f4b27e13d)
1 /*
2  * Authentication server setup
3  * Copyright (c) 2002-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 AUTHSRV_H
10 #define AUTHSRV_H
11 
12 int authsrv_init(struct hostapd_data *hapd);
13 void authsrv_deinit(struct hostapd_data *hapd);
14 
15 #endif /* AUTHSRV_H */
16