1e5b75505Sopenharmony_ci/* 2e5b75505Sopenharmony_ci * Authentication server setup 3e5b75505Sopenharmony_ci * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> 4e5b75505Sopenharmony_ci * 5e5b75505Sopenharmony_ci * This software may be distributed under the terms of the BSD license. 6e5b75505Sopenharmony_ci * See README for more details. 7e5b75505Sopenharmony_ci */ 8e5b75505Sopenharmony_ci 9e5b75505Sopenharmony_ci#ifndef AUTHSRV_H 10e5b75505Sopenharmony_ci#define AUTHSRV_H 11e5b75505Sopenharmony_ci 12e5b75505Sopenharmony_ciint authsrv_init(struct hostapd_data *hapd); 13e5b75505Sopenharmony_civoid authsrv_deinit(struct hostapd_data *hapd); 14e5b75505Sopenharmony_ci 15e5b75505Sopenharmony_ci#endif /* AUTHSRV_H */ 16