wpa_auth_glue.h 443 B

12345678910111213141516
  1. /*
  2. * hostapd / WPA authenticator glue code
  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 WPA_AUTH_GLUE_H
  9. #define WPA_AUTH_GLUE_H
  10. int hostapd_setup_wpa(struct hostapd_data *hapd);
  11. void hostapd_reconfig_wpa(struct hostapd_data *hapd);
  12. void hostapd_deinit_wpa(struct hostapd_data *hapd);
  13. #endif /* WPA_AUTH_GLUE_H */