1e28a4053SRui Paulo /* 2e28a4053SRui Paulo * hostapd / WPA authenticator glue code 3e28a4053SRui Paulo * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> 4e28a4053SRui Paulo * 5*f05cddf9SRui Paulo * This software may be distributed under the terms of the BSD license. 6*f05cddf9SRui Paulo * See README for more details. 7e28a4053SRui Paulo */ 8e28a4053SRui Paulo 9e28a4053SRui Paulo #ifndef WPA_AUTH_GLUE_H 10e28a4053SRui Paulo #define WPA_AUTH_GLUE_H 11e28a4053SRui Paulo 12e28a4053SRui Paulo int hostapd_setup_wpa(struct hostapd_data *hapd); 13e28a4053SRui Paulo void hostapd_reconfig_wpa(struct hostapd_data *hapd); 14e28a4053SRui Paulo void hostapd_deinit_wpa(struct hostapd_data *hapd); 15e28a4053SRui Paulo 16e28a4053SRui Paulo #endif /* WPA_AUTH_GLUE_H */ 17