2009-12-25 13:02:17 +01:00
|
|
|
/*
|
|
|
|
* hostapd / WPA authenticator glue code
|
|
|
|
* 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 13:02:17 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef WPA_AUTH_GLUE_H
|
|
|
|
#define WPA_AUTH_GLUE_H
|
|
|
|
|
|
|
|
int hostapd_setup_wpa(struct hostapd_data *hapd);
|
|
|
|
void hostapd_reconfig_wpa(struct hostapd_data *hapd);
|
|
|
|
void hostapd_deinit_wpa(struct hostapd_data *hapd);
|
|
|
|
|
|
|
|
#endif /* WPA_AUTH_GLUE_H */
|