2009-12-25 12:43:43 +01:00
|
|
|
/*
|
|
|
|
* Authentication server setup
|
|
|
|
* Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
|
|
|
|
*
|
2012-02-11 15:46:35 +01:00
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
|
* See README for more details.
|
2009-12-25 12:43:43 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef AUTHSRV_H
|
|
|
|
#define AUTHSRV_H
|
|
|
|
|
|
|
|
int authsrv_init(struct hostapd_data *hapd);
|
|
|
|
void authsrv_deinit(struct hostapd_data *hapd);
|
|
|
|
|
|
|
|
#endif /* AUTHSRV_H */
|