1214501Srpaulo/*
2214501Srpaulo * hostapd / WPA authenticator glue code
3214501Srpaulo * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi>
4214501Srpaulo *
5252726Srpaulo * This software may be distributed under the terms of the BSD license.
6252726Srpaulo * See README for more details.
7214501Srpaulo */
8214501Srpaulo
9214501Srpaulo#ifndef WPA_AUTH_GLUE_H
10214501Srpaulo#define WPA_AUTH_GLUE_H
11214501Srpaulo
12214501Srpauloint hostapd_setup_wpa(struct hostapd_data *hapd);
13214501Srpaulovoid hostapd_reconfig_wpa(struct hostapd_data *hapd);
14214501Srpaulovoid hostapd_deinit_wpa(struct hostapd_data *hapd);
15214501Srpaulo
16214501Srpaulo#endif /* WPA_AUTH_GLUE_H */
17