authsrv.h 352 B

123456789101112131415
  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. #ifndef AUTHSRV_H
  9. #define AUTHSRV_H
  10. int authsrv_init(struct hostapd_data *hapd);
  11. void authsrv_deinit(struct hostapd_data *hapd);
  12. #endif /* AUTHSRV_H */