authsrv.h revision 214734
1178476Sjb/*
2178476Sjb * Authentication server setup
3178476Sjb * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4178476Sjb *
5178476Sjb * This program is free software; you can redistribute it and/or modify
6178476Sjb * it under the terms of the GNU General Public License version 2 as
7178476Sjb * published by the Free Software Foundation.
8178476Sjb *
9178476Sjb * Alternatively, this software may be distributed under the terms of BSD
10178476Sjb * license.
11178476Sjb *
12178476Sjb * See README and COPYING for more details.
13178476Sjb */
14178476Sjb
15178476Sjb#ifndef AUTHSRV_H
16178476Sjb#define AUTHSRV_H
17178476Sjb
18178476Sjbint authsrv_init(struct hostapd_data *hapd);
19178476Sjbvoid authsrv_deinit(struct hostapd_data *hapd);
20178476Sjb
21178476Sjb#endif /* AUTHSRV_H */
22178476Sjb